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

CVS update: Vanilla



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

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

Modified Files:
	ChangeLog 
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/ChangeLog
diff -u Vanilla/ChangeLog:1.25 Vanilla/ChangeLog:1.26
--- Vanilla/ChangeLog:1.25	Thu Jul 15 18:52:00 1999
+++ Vanilla/ChangeLog	Fri Jul 16 03:20:11 1999
@@ -1,3 +1,39 @@
+Fri Jul 16 02:12:14 1999  Bob Tanner  <tanner@real-time.com>
+
+	* 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.
+
 Thu Jul 15 18:44:08 1999  Bob Tanner  <tanner@real-time.com>
 
 	* rpm/netrek.crontab: Small change to the comments to allow the
@@ -411,4 +447,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.25 1999/07/15 23:52:00 tanner Exp $
+	$Id: ChangeLog,v 1.26 1999/07/16 08:20:11 tanner Exp $