r23666 - /scripts/KGB/server/kgb.conf.sample

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jul 28 14:07:16 UTC 2008


Author: dmn
Date: Mon Jul 28 14:07:14 2008
New Revision: 23666

URL: http://svn.debian.org/wsvn/?sc=1&rev=23666
Log:
fix sample server config's comments

Modified:
    scripts/KGB/server/kgb.conf.sample

Modified: scripts/KGB/server/kgb.conf.sample
URL: http://svn.debian.org/wsvn/scripts/KGB/server/kgb.conf.sample?rev=23666&op=diff
==============================================================================
--- scripts/KGB/server/kgb.conf.sample (original)
+++ scripts/KGB/server/kgb.conf.sample Mon Jul 28 14:07:14 2008
@@ -5,8 +5,10 @@
   server_port: 9999
   service_name: KGB
 repositories:
-  foo:                  # just a name to identify it
-    password: ~         # needs to be the same on the client
+  # just a name to identify it
+  foo:
+    # needs to be the same on the client
+    password: ~
 networks:
   freenode:
     nick: KGB
@@ -20,5 +22,7 @@
     network: freenode
     repos:
       - foo
-pid_dir: ~ 		# defaults to /var/run
-min_protocol_ver: 1     # anything less is rejected
+# defaults to /var/run
+pid_dir: ~
+# anything less is rejected
+min_protocol_ver: 1




More information about the Pkg-perl-cvs-commits mailing list