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

CVS update: Vanilla



Date:	Monday July 26, 1999 @ 1:32
Author:	tanner

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

Modified Files:
	ChangeLog 
Log Message:
The GNOME additions are NOT made for a production server. We still have some
issues to work about about UIDs and administration privledges. Biggest problem
is the server runs as user games, a typical admin will log in as a normal user
like tanner. If tanner runs netrekcfg, he will not be able to admin the server
when all files, processes are owned by games.


	* rpm/netrek.spec (preun): Do a check to see if the server is
	running, if it us, then shut it down THEN proceed with the
	uninstall. 

	Added a little message that tells the user that the inability to
	remove files is ok.

	* rpm/netrek.spec (netrekcfg): Setuid games to the netrekcfg
	binary so "normal" users can admin the netrek server.

	* rpm/netrek.spec (GNOME): Added GNOME menu option for netrekcfg.



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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.41 Vanilla/ChangeLog:1.42
--- Vanilla/ChangeLog:1.41	Fri Jul 23 17:09:11 1999
+++ Vanilla/ChangeLog	Mon Jul 26 01:32:16 1999
@@ -1,3 +1,17 @@
+Sun Jul 25 23:38:13 1999  Bob Tanner  <tanner@real-time.com>
+
+	* rpm/netrek.spec (preun): Do a check to see if the server is
+	running, if it us, then shut it down THEN proceed with the
+	uninstall. 
+
+	Added a little message that tells the user that the inability to
+	remove files is ok.
+
+	* rpm/netrek.spec (netrekcfg): Setuid games to the netrekcfg
+	binary so "normal" users can admin the netrek server.
+
+	* rpm/netrek.spec (GNOME): Added GNOME menu option for netrekcfg.
+
 Fri Jul 23 18:01:07 1999	Dave Ahn <ahn@vec.wfubmc.edu>
 	
 	* CONFIG config.h.in (UDP_PORTSWAP): Reenabled UDP_PORTSWAP mode
@@ -651,4 +665,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.41 1999/07/23 22:09:11 ahn Exp $
+	$Id: ChangeLog,v 1.42 1999/07/26 06:32:16 tanner Exp $