Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/tools



Date:	Friday July 16, 1999 @ 3:20
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/tools
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv12574/tools

Modified Files:
	updatekeys 
Log Message:
** NOTICE **

I committed these changes without testing a build. So, thing could be broken.
I'll do a build at work tomorrow.



	* rpm/cvs2rpm (export): Changed to grab the latest snapshot of the
	source from CVS instead of using a tagged release.

	* rpm/netrek.logrotate: Changed start.LOG to newstartd.LOG, added 
        updated.LOG.

	* rpm/Vanilla.spec (crontab): Changed the .spec file to use James'
	elegant fix to the cron problem.

	* rpm/netrek.crontab: Radical change and very elegant fix from
	James to get cron to run the updatekeys as user games AND make it
	easy to add/remove cron entries.

	* rpm/netrek.init: First attempt at getting the server to run as
	user games.

	* rpm/Vanilla.spec (logfiles):  Added updated.LOG to keep binaries
	to logfiles synchronized.

	* tools/updatekeys (updated): Redirect updated output to a logfile.

	* rpm/netrek.init (start): Need to grab keys from the metaserver
	before starting the server. Added a call to updatekeys before
	starting newstartd.

	* rpm/Vanilla.spec (logfiles): Changed start.LOG to newstartd.LOG
	to keep the relationship very clear.

	* rpm/netrek.init (start): Add the ability to stop and start the
	netrek server using the rc scripts.

	* rpm/Vanilla.spec (%clean): Actived the cleaning up routines.

	* rpm/Vanilla.spec (RSA): Added check for Euro RSA code.



****************************************

Index: Vanilla/tools/updatekeys
diff -u Vanilla/tools/updatekeys:1.1 Vanilla/tools/updatekeys:1.2
--- Vanilla/tools/updatekeys:1.1	Thu Jul 15 02:51:40 1999
+++ Vanilla/tools/updatekeys	Fri Jul 16 03:20:14 1999
@@ -20,4 +20,4 @@
   exit 1
 fi
 
-$updated -n -m -s -t standard2,paradise2,thd,moo -x robot,test
+$updated -n -m -s -t standard2,paradise2,thd,moo -x robot,test >> /var/log/netrek/updated.LOG 2>&1