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 @ 2:51
Author:	tanner

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

Modified Files:
	ChangeLog 
Log Message:
	* tools/updatekeys: New tool (shell script) that is from from cron
	to suck the keys from the metaserver. A little more documentation
	in the script would be helpful. The default is to run the same
	options that Continuum runs.

	* rpm/netrek.crontab: Simple crontab for activating updated. There
	is a new tool (shell script) called updatekeys, which sets all the
	command line options for updated to run within cron
	appropriately. This will also allow the server admin to alter
	updated's behavior without having to mess with cron.

	* rpm/Vanilla.spec (%postun): Major hack again. Need to get netrek
	cron entries out of games' crontabs without deleting other
	potential crontab entries. ** NOTICE ** this method required that
	"netrek" (the word) be part of the crontab entries that need to be
	removed. This might come back and bite us in the butt.

	* rpm/Vanilla.spec (%post): Major hack to get cron jobs into
	games' crontab. Have to be careful, games may already have a
	crontab tab, so suck the current  crontab out and save it to a
	temp location. Append netrek's cron entries to the crontab. Put
	the crontab back into cron. Finally clean up after ourselves.

	* rpm/Vanilla.spec (Requires): The .spec file is becoming more
	complex. We need to have gtk > 1.2, glib > 1.2 for gum. Cron and
	sed are necessary for setting up crontab entries for updated on
	install and deleted those same entries on removal.



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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.19 Vanilla/ChangeLog:1.20
--- Vanilla/ChangeLog:1.19	Wed Jul 14 20:09:16 1999
+++ Vanilla/ChangeLog	Thu Jul 15 02:51:38 1999
@@ -1,3 +1,33 @@
+Thu Jul 15 01:46:22 1999  Bob Tanner  <tanner@real-time.com>
+
+	* tools/updatekeys: New tool (shell script) that is from from cron
+	to suck the keys from the metaserver. A little more documentation
+	in the script would be helpful. The default is to run the same
+	options that Continuum runs.
+
+	* rpm/netrek.crontab: Simple crontab for activating updated. There
+	is a new tool (shell script) called updatekeys, which sets all the
+	command line options for updated to run within cron
+	appropriately. This will also allow the server admin to alter
+	updated's behavior without having to mess with cron.
+
+	* rpm/Vanilla.spec (%postun): Major hack again. Need to get netrek
+	cron entries out of games' crontabs without deleting other
+	potential crontab entries. ** NOTICE ** this method required that
+	"netrek" (the word) be part of the crontab entries that need to be
+	removed. This might come back and bite us in the butt.
+
+	* rpm/Vanilla.spec (%post): Major hack to get cron jobs into
+	games' crontab. Have to be careful, games may already have a
+	crontab tab, so suck the current  crontab out and save it to a
+	temp location. Append netrek's cron entries to the crontab. Put
+	the crontab back into cron. Finally clean up after ourselves.
+
+	* rpm/Vanilla.spec (Requires): The .spec file is becoming more
+	complex. We need to have gtk > 1.2, glib > 1.2 for gum. Cron and
+	sed are necessary for setting up crontab entries for updated on
+	install and deleted those same entries on removal.
+ 
 Wed Jul 14 20:08:32 1999  Bob Tanner  <tanner@real-time.com>
 
 	* rpm/cvs2rpm (RPM_SPEC_DIR): James and Carlos both do not have
@@ -341,4 +371,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.19 1999/07/15 01:09:16 tanner Exp $
+	$Id: ChangeLog,v 1.20 1999/07/15 07:51:38 tanner Exp $