[Python-apps-commits] r5746 - in packages/pyrit/trunk/debian (config.example examples)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Sun Jul 4 18:26:30 UTC 2010


    Date: Sunday, July 4, 2010 @ 18:26:23
  Author: chrisk-guest
Revision: 5746

Add a documented example for ~/.pyrit/config

Added:
  packages/pyrit/trunk/debian/config.example
  packages/pyrit/trunk/debian/examples

Added: packages/pyrit/trunk/debian/config.example
===================================================================
--- packages/pyrit/trunk/debian/config.example	                        (rev 0)
+++ packages/pyrit/trunk/debian/config.example	2010-07-04 18:26:23 UTC (rev 5746)
@@ -0,0 +1,23 @@
+# Sample configuration file for pyrit
+#
+# Lines starting with # are treated as comments and are ignored, as are blank
+# lines. The commented values represent the default settings.
+#
+# For detailed  information on these options, see pyrit(1).
+
+## Storage to use
+# default_storage = file://
+
+## Space-separated list of IP-addresses of nodes providing computational
+## resources
+# rpc_knownclients = 
+
+## Whether to start an RPC server on TCP+UDP port 17935 or not
+## This is required if you want to use rpc_knownclients above.
+# rpc_server = true
+
+## Announce presence to knownclients via UDP-unicast
+# rpc_announce = true
+
+## Announce presence to knownclients via UDP-broadcast
+# rpc_announce_broadcast = false

Added: packages/pyrit/trunk/debian/examples
===================================================================
--- packages/pyrit/trunk/debian/examples	                        (rev 0)
+++ packages/pyrit/trunk/debian/examples	2010-07-04 18:26:23 UTC (rev 5746)
@@ -0,0 +1 @@
+debian/config.example




More information about the Python-apps-commits mailing list