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

CVS update: Vanilla/gum



Date:	Tuesday July 27, 1999 @ 3:23
Author:	tanner

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

Modified Files:
	ChangeLog 
Added Files:
	id.c 
Log Message:
	* id.c (main): Start of the code that will verify that the user is
	part of the "games" group so that they can run gum when it is set
	4110, aka you must be user games, or in the group games to run the
	program. 



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

Index: Vanilla/gum/ChangeLog
diff -u Vanilla/gum/ChangeLog:1.2 Vanilla/gum/ChangeLog:1.3
--- Vanilla/gum/ChangeLog:1.2	Sun Jul 18 09:50:42 1999
+++ Vanilla/gum/ChangeLog	Tue Jul 27 03:23:20 1999
@@ -1,3 +1,10 @@
+Tue Jul 27 02:19:55 1999  Bob Tanner  <tanner@real-time.com>
+
+	* id.c (main): Start of the code that will verify that the user is
+	part of the "games" group so that they can run gum when it is set
+	4110, aka you must be user games, or in the group games to run the
+	program. 
+
 Mon Jul 19 00:49:55 1999  James Cameron  <quozl@us.netrek.org>
 
 	* gum.xml: add splash welcome widget, position centre, no window
@@ -12,6 +19,6 @@
 	* signals.c (on_About_activate): revise about screen to show who
 	to complain to.
 
-	$Id: ChangeLog,v 1.2 1999/07/18 14:50:42 cameron Exp $	
+	$Id: ChangeLog,v 1.3 1999/07/27 08:23:20 tanner Exp $