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

CVS update: Vanilla



Date:	Thursday July 15, 1999 @ 18:52
Author:	tanner

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

Modified Files:
	ChangeLog 
Log Message:
	* rpm/netrek.crontab: Small change to the comments to allow the
	sed script to be able to remove the cron entry automatically.

	* tools/Makefile (install): Need the tools Makefile to install the
	updatekeys shell script.

	* rpm/Vanilla.spec (%post): Need to do crontab -u games for all
	invocations of crontab. Want to make sure we get games' cron
	entries not roots.

	* rpm/Vanilla.spec (Requires): Changed cron to vixie-cron.  

	* rpm/Vanilla.spec (%files): Changed the %files section for the
	server. Needed to break out each file so I could tag certain files
	as %config.




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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.24 Vanilla/ChangeLog:1.25
--- Vanilla/ChangeLog:1.24	Thu Jul 15 15:25:01 1999
+++ Vanilla/ChangeLog	Thu Jul 15 18:52:00 1999
@@ -1,5 +1,17 @@
-Thu Jul 15 15:20:29 1999  Bob Tanner  <tanner@real-time.com>
+Thu Jul 15 18:44:08 1999  Bob Tanner  <tanner@real-time.com>
 
+	* rpm/netrek.crontab: Small change to the comments to allow the
+	sed script to be able to remove the cron entry automatically.
+
+	* tools/Makefile (install): Need the tools Makefile to install the
+	updatekeys shell script.
+
+	* rpm/Vanilla.spec (%post): Need to do crontab -u games for all
+	invocations of crontab. Want to make sure we get games' cron
+	entries not roots.
+
+	* rpm/Vanilla.spec (Requires): Changed cron to vixie-cron.  
+
 	* rpm/Vanilla.spec (%files): Changed the %files section for the
 	server. Needed to break out each file so I could tag certain files
 	as %config.
@@ -14,13 +26,10 @@
 	* rpm/cvs2rpm (gzip): Added some documentation. Added the check
 	for gzip, but left it commented out. 
 
-Thu Jul 15 02:32:23 1999  Bob Tanner  <tanner@real-time.com>
 
 	* rpm/cvs2rpm (sources): Changed script to include copying the
 	crontab file into the RPM_SOURCE_DIR.
 
-Thu Jul 15 02:14:25 1999  Bob Tanner  <tanner@real-time.com>
-
 	* rpm/Vanilla.spec (Source1): Had to remove the
 	ftp://ftp.risc.uni-linz.ac.at/pub/netrek/src/res-rsa2.tar.Z file,
 	since US crypto law sucks and I cannot redistribute it. Still
@@ -402,4 +411,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.24 1999/07/15 20:25:01 tanner Exp $
+	$Id: ChangeLog,v 1.25 1999/07/15 23:52:00 tanner Exp $