|
From: creedon <icr...@us...> - 2005-12-25 02:03:49
|
Update of /cvsroot/frontierkernel/odbs/prefsRoot/prefsMisc/howToSubscribe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5024 Modified Files: install Log Message: the howToSubscribe table is obsolete but kept for historical purposes, subscribe is now handled by the #startup script Index: install =================================================================== RCS file: /cvsroot/frontierkernel/odbs/prefsRoot/prefsMisc/howToSubscribe/install,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** install 2 Apr 2005 23:09:50 -0000 1.1.1.1 --- install 25 Dec 2005 02:03:41 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:prefsMisc.howToSubscribe.install ! Ç9/18/99; 2:21:32 PM by DW ÇTo subscribe, first run this script, then bring prefs.root to the front, and choose Update prefs.root from the Main menu. It's the first item. Ç10/30/99; 12:39:39 PM by PBS ÇThe canonical copy of prefs.root has been moved to updates.userland.com. It's a good idea to run this script again. local (adrtable = parentof (this^)); user.rootupdates.servers.prefs = adrtable^.prefs \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:prefsMisc.howToSubscribe.install ! ÇChanges Ç12/24/05; 12:57:19 PM by TAC Çthis is obsolete but kept for historical purposes, subscribe is now handled buy the #startup script Ç10/30/99; 12:39:39 PM by PBS ÇThe canonical copy of prefs.root has been moved to updates.userland.com. It's a good idea to run this script again. Ç9/18/99; 2:21:32 PM by DW ÇTo subscribe, first run this script, then bring prefs.root to the front, and choose Update prefs.root from the Main menu. It's the first item. return (false); local (adrtable = parentof (this^)); user.rootupdates.servers.prefs = adrtable^.prefs \ No newline at end of file |