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 @ 18:00
Author:	tanner

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

Modified Files:
	ChangeLog 
Log Message:
	* rpm/Vanilla.spec (files): /usr/games/netrek gets installed owned
	by root by default. Change ownership to games.

	* rpm/Vanilla.spec (files): updatekeys wants to write to a file
	called /usr/games/netrek/rsa_key. Touch the file and add it to the
	files section.

	* rpm/netrek.init: Wrong path to updatekeys. daemon does not work
	when you pass it "su -c", changed to run server by hand. Added
	redirection of output from netrekd/newstartd to the logfile
	/var/log/netrek/newstard.LOG

	* rpm/Vanilla.spec (Requires): gtk+ not gtk.



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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.28 Vanilla/ChangeLog:1.29
--- Vanilla/ChangeLog:1.28	Fri Jul 16 16:04:54 1999
+++ Vanilla/ChangeLog	Fri Jul 16 18:00:32 1999
@@ -1,5 +1,24 @@
-Fri Jul 16 14:31:17 1999  Bob Tanner  <tanner@real-time.com>
+Fri Jul 16 17:57:50 1999  Bob Tanner  <tanner@real-time.com>
 
+	* rpm/Vanilla.spec (files): /usr/games/netrek gets installed owned
+	by root by default. Change ownership to games.
+
+	* rpm/Vanilla.spec (files): updatekeys wants to write to a file
+	called /usr/games/netrek/rsa_key. Touch the file and add it to the
+	files section.
+
+	* rpm/netrek.init: Wrong path to updatekeys. daemon does not work
+	when you pass it "su -c", changed to run server by hand. Added
+	redirection of output from netrekd/newstartd to the logfile
+	/var/log/netrek/newstard.LOG
+
+	* rpm/Vanilla.spec (Requires): gtk+ not gtk.
+
+	* rpm/Vanilla.spec (RSA): Since Euro and US RSA have different
+	names, need to add a little code to make the release names
+	variable. As well as sticking the source into a generic res-rsa
+	directory.  
+
 	* rpm/netrek.init: Need to update the keys before starting the
 	server. Under RedHat 6.0, you no longer need to identify the
 	process that are about to be run. Ie, this is not needed:
@@ -505,4 +524,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.28 1999/07/16 21:04:54 tanner Exp $
+	$Id: ChangeLog,v 1.29 1999/07/16 23:00:32 tanner Exp $