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

CVS update: Vanilla



Date:	Monday July 19, 1999 @ 1:31
Author:	tanner

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

Modified Files:
	ChangeLog 
Log Message:
	* rpm/Vanilla.spec (gum): gum is now netrekcfg.

	* rpm/Vanilla.spec (gum): Activate gum build and install. Setup
	Prereq and Requires for the package.

	* rpm/Vanilla.spec (preun): Stop the server before uninstallation.

	* rpm/Vanilla.spec (%dir): Make netrek home dir and log dir be
	2755 (+s on the group) to force the group of all files to be in
	the games group.

	* rpm/Vanilla.spec (Group): Forgot to symlink mesg.log to /var/log/netrek.

	* rpm/Vanilla.spec (%post): Run the symlinks as the user games to
	it owns the symlinks.

	* rpm/Vanilla.spec (gum): gum requires the Vanilla server to be
	installed to work properly. So, Requires: Vanilla.

	* rpm/Vanilla.spec (gum): Added aclocal, automake and autoconf to
	get gum to build correctly on Redhat 6.0

	* rpm/netrek.init: Do not start the updatedkeys on boot, instead
	we are storing a version of the keys inside the package.

	* rpm/cvs2rpm (sources): Copy the rsa-keys into the RPM build area.

	* rpm/Vanilla.spec (file): Included the rsa-keyfile with the
	package, so non-Internet PCs can start up the server without
	having to get the keys from the metaserver.

	* rpm/Vanilla.spec (doc): Added documentation about %ghost files
	and why they are needed.


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.33 Vanilla/ChangeLog:1.34
--- Vanilla/ChangeLog:1.33	Sun Jul 18 23:14:25 1999
+++ Vanilla/ChangeLog	Mon Jul 19 01:31:32 1999
@@ -1,3 +1,39 @@
+Sun Jul 18 23:53:17 1999  Bob Tanner  <tanner@real-time.com>
+
+	* rpm/Vanilla.spec (gum): gum is now netrekcfg.
+
+	* rpm/Vanilla.spec (gum): Activate gum build and install. Setup
+	Prereq and Requires for the package.
+
+	* rpm/Vanilla.spec (preun): Stop the server before uninstallation.
+
+	* rpm/Vanilla.spec (%dir): Make netrek home dir and log dir be
+	2755 (+s on the group) to force the group of all files to be in
+	the games group.
+
+	* rpm/Vanilla.spec (Group): Forgot to symlink mesg.log to /var/log/netrek.
+
+	* rpm/Vanilla.spec (%post): Run the symlinks as the user games to
+	it owns the symlinks.
+
+	* rpm/Vanilla.spec (gum): gum requires the Vanilla server to be
+	installed to work properly. So, Requires: Vanilla.
+
+	* rpm/Vanilla.spec (gum): Added aclocal, automake and autoconf to
+	get gum to build correctly on Redhat 6.0
+
+	* rpm/netrek.init: Do not start the updatedkeys on boot, instead
+	we are storing a version of the keys inside the package.
+
+	* rpm/cvs2rpm (sources): Copy the rsa-keys into the RPM build area.
+
+	* rpm/Vanilla.spec (file): Included the rsa-keyfile with the
+	package, so non-Internet PCs can start up the server without
+	having to get the keys from the metaserver.
+
+	* rpm/Vanilla.spec (doc): Added documentation about %ghost files
+	and why they are needed.
+
 Mon Jul 19 14:07:05 1999  James Cameron  <quozl@us.netrek.org>
 
 	* robots/end_tourney.pl: as provided by Tom Holub [VANILLA-LIST:2537]
@@ -560,4 +596,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.33 1999/07/19 04:14:25 cameron Exp $
+	$Id: ChangeLog,v 1.34 1999/07/19 06:31:32 tanner Exp $