rpms/xpilot-ng/devel xpilot-ng-server.init,1.1,1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Jul 18 16:16:23 UTC 2006


Author: wart

Update of /cvs/extras/rpms/xpilot-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1149

Modified Files:
	xpilot-ng-server.init 
Log Message:
Use the xpilot user for running the daemon




Index: xpilot-ng-server.init
===================================================================
RCS file: /cvs/extras/rpms/xpilot-ng/devel/xpilot-ng-server.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xpilot-ng-server.init	1 Mar 2006 04:46:09 -0000	1.1
+++ xpilot-ng-server.init	18 Jul 2006 16:16:23 -0000	1.2
@@ -36,7 +36,7 @@
         return 1
     fi
     # This doesn't properly detect startup failures
-    daemon --user games $exec $XPILOTD_OPTIONS >>/var/log/xpilot.log 2>&1 &
+    daemon --user xpilot $exec $XPILOTD_OPTIONS >>/var/log/xpilot.log 2>&1 &
     retval=$?
     if [ $retval -eq 0 ]; then
         success




More information about the fedora-extras-commits mailing list