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 @ 16:04
Author:	tanner

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

Modified Files:
	ChangeLog 
Log Message:
	* 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:

	echo "Starting myserver..."
	daemon myserver
	echo -n "myserver"

	RedHat 6.0's runlevel is different then anything before it.

	* rpm/netrek.crontab: Added the 2nd "-" to give us a clean shell
	environment. 

	* rpm/Vanilla.spec (%install): You cannot do full path symlink in
	the %install section of a spec file when you are using a
	BuildRoot. Because the $RPM_BUILD_ROOT is macro that get expanded
	to the BuildRoot definition (located at the top of the spec
	file). If you need to symlink something use relative paths or put
	the ln into the %post section.



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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.27 Vanilla/ChangeLog:1.28
--- Vanilla/ChangeLog:1.27	Fri Jul 16 08:31:11 1999
+++ Vanilla/ChangeLog	Fri Jul 16 16:04:54 1999
@@ -1,3 +1,25 @@
+Fri Jul 16 14:31:17 1999  Bob Tanner  <tanner@real-time.com>
+
+	* 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:
+
+	echo "Starting myserver..."
+	daemon myserver
+	echo -n "myserver"
+
+	RedHat 6.0's runlevel is different then anything before it.
+
+	* rpm/netrek.crontab: Added the 2nd "-" to give us a clean shell
+	environment. 
+
+	* rpm/Vanilla.spec (%install): You cannot do full path symlink in
+	the %install section of a spec file when you are using a
+	BuildRoot. Because the $RPM_BUILD_ROOT is macro that get expanded
+	to the BuildRoot definition (located at the top of the spec
+	file). If you need to symlink something use relative paths or put
+	the ln into the %post section.
+
 Fri Jul 16 23:21:00 1999  James Cameron  <quozl@us.netrek.org>
 
 	* Makefile (install): add minor hint for installers on how to
@@ -483,4 +505,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.27 1999/07/16 13:31:11 cameron Exp $
+	$Id: ChangeLog,v 1.28 1999/07/16 21:04:54 tanner Exp $