rpms/xpilot-ng/devel xpilot-ng.spec,1.7,1.8

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


Author: wart

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

Modified Files:
	xpilot-ng.spec 
Log Message:
- Use the new xpilot user in the init.d script
- Add info on firewall configuration in the sysconfig script
- Explicitly disable reporting to the meta server (BZ #199164)
- Don't restart the server in %postun unless it was already running.




Index: xpilot-ng.spec
===================================================================
RCS file: /cvs/extras/rpms/xpilot-ng/devel/xpilot-ng.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xpilot-ng.spec	17 Jul 2006 21:53:01 -0000	1.7
+++ xpilot-ng.spec	18 Jul 2006 16:16:40 -0000	1.8
@@ -113,7 +113,7 @@
 
 %postun server
 if [ "$1" -ge "1" ]; then
-    /sbin/service xpilot-ng-server restart >/dev/null 2>&1
+    /sbin/service xpilot-ng-server condrestart >/dev/null 2>&1
 fi
 test "$1" != 0 || /usr/sbin/fedora-userdel  xpilot &>/dev/null || :
 test "$1" != 0 || /usr/sbin/fedora-groupdel xpilot &>/dev/null || :
@@ -166,6 +166,7 @@
 - Use the new xpilot user in the init.d script
 - Add info on firewall configuration in the sysconfig script
 - Explicitly disable reporting to the meta server (BZ #199164)
+- Don't restart the server in %postun unless it was already running.
 
 * Tue Jul 11 2006 Wart <wart at kobold.org> 4.7.2-8
 - Fix Requires: for the -server subpackage




More information about the fedora-extras-commits mailing list