|
From: <cre...@us...> - 2006-05-20 01:09:44
|
Revision: 1381 Author: creecode Date: 2006-05-19 18:09:34 -0700 (Fri, 19 May 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1381&view=rev Log Message: ----------- added startup script Added Paths: ----------- ODBs/trunk/docServerRoot/23startup.fvc ODBs/trunk/docServerRoot/docServerSuite/startup.fvc Added: ODBs/trunk/docServerRoot/23startup.fvc =================================================================== --- ODBs/trunk/docServerRoot/23startup.fvc (rev 0) +++ ODBs/trunk/docServerRoot/23startup.fvc 2006-05-20 01:09:34 UTC (rev 1381) @@ -0,0 +1,7 @@ +FrontierVcsFile:2:scpt:["#startup"] + +«Changes + «5/14/06; 6:22:05 PM by TAC + «created + +docServerSuite.startup () \ No newline at end of file Property changes on: ODBs/trunk/docServerRoot/23startup.fvc ___________________________________________________________________ Name: svn:eol-style + native Added: ODBs/trunk/docServerRoot/docServerSuite/startup.fvc =================================================================== --- ODBs/trunk/docServerRoot/docServerSuite/startup.fvc (rev 0) +++ ODBs/trunk/docServerRoot/docServerSuite/startup.fvc 2006-05-20 01:09:34 UTC (rev 1381) @@ -0,0 +1,30 @@ +FrontierVcsFile:2:scpt:docServerSuite.startup + +«Changes + «5/14/06; 6:22:57 PM by TAC + «created, cribbed from prefsSuite.startup + +«docServerSuite.init () + +bundle { // set up root update for docServer.root + local (adrTable = @user.rootUpdates.servers.docServer); + if not defined (adrTable^) { + new (tableType, adrTable)}; + if not defined (adrTable^.autobackup) { + adrTable^.autobackup = true}; + if not defined (adrTable^.dbname) { + adrTable^.dbname = "docServer.root"}; + if not defined (adrTable^.dialogs) { + adrTable^.dialogs = true}; + if not defined (adrTable^.lastUpdate) { + adrTable^.lastUpdate = Frontier.data.initialLastUpdateTime}; + if not defined (adrTable^.method) { + adrTable^.method = "mainResponder.subscriptions.update"}; + if not defined (adrTable^.port) { + adrTable^.port = 8081}; + if not defined (adrTable^.serialNum) { + adrTable^.serialNum = 0}; + if not defined (adrTable^.server) { + adrTable^.server = "rootUpdates.frontierOpenSource.editHere.com"}; + if not defined (adrTable^.URL) { + adrTable^.URL = "http://www.frontierOpenSource.editHere.com/rootUpdates/docServer"}} \ No newline at end of file Property changes on: ODBs/trunk/docServerRoot/docServerSuite/startup.fvc ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |