rpms/xpilot-ng/FC-4 xpilot-ng.sysconfig,1.1,1.2

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


Author: wart

Update of /cvs/extras/rpms/xpilot-ng/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1453

Modified Files:
	xpilot-ng.sysconfig 
Log Message:
- Explicitly disable reporting to the meta server (BZ #199164)
- Add info on firewall configuration in the sysconfig script




Index: xpilot-ng.sysconfig
===================================================================
RCS file: /cvs/extras/rpms/xpilot-ng/FC-4/xpilot-ng.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xpilot-ng.sysconfig	1 Mar 2006 04:51:17 -0000	1.1
+++ xpilot-ng.sysconfig	18 Jul 2006 16:30:50 -0000	1.2
@@ -7,13 +7,22 @@
 # running continuosly.
 # The following two lines have the same effect:
 #XPILOTD_OPTIONS="-expand PublicSettings"
-#XPILOTD_OPTIONS="-idleRun -noQuit +reportToMetaServer"
+#XPILOTD_OPTIONS="-idleRun -noQuit -reportToMetaServer"
+
+# You should allow one UDP port per client connection.
+# 100 ports should be more than plenty.  Don't forget to
+# update the firewall rules to allow incoming UDP traffic
+# on this port range.
+#XPILOTD_OPTIONS="-clientPortStart 32200 -clientPortEnd 32299"
 
 
 # Normally xpilot will look in /usr/share/xpilot-ng for the
 # configuration files.  This is fine for user-initiated servers.
 # But for the system xpilot server we want to allow a different set
 # of defaults.
+# Also, explicitly disable reporting to the metaserver.  Use
+# -expand PublicSettings or -reportToMetaserver to enable.
 XPILOTD_OPTIONS="-noQuit \
+        +reportToMetaServer \
         -defaultsFileName /etc/xpilot-ng/defaults.txt \
         -passwordFileName /etc/xpilot-ng/password.txt"




More information about the fedora-extras-commits mailing list