gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1770 - GNUnet/contrib


From: grothoff
Subject: [GNUnet-SVN] r1770 - GNUnet/contrib
Date: Fri, 19 Aug 2005 22:38:29 -0700 (PDT)

Author: grothoff
Date: 2005-08-19 22:38:27 -0700 (Fri, 19 Aug 2005)
New Revision: 1770

Modified:
   GNUnet/contrib/config-daemon.in
Log:
fixing mants 873

Modified: GNUnet/contrib/config-daemon.in
===================================================================
--- GNUnet/contrib/config-daemon.in     2005-08-20 05:21:07 UTC (rev 1769)
+++ GNUnet/contrib/config-daemon.in     2005-08-20 05:38:27 UTC (rev 1770)
@@ -424,7 +424,7 @@
 
          config PORT
          int "Port"
-         range 1 65535
+         range 0 65535
          default 2086
          help
                To which port does GNUnet bind? Default is 2086 and there is 
usually
@@ -472,7 +472,7 @@
 
          config PORT
          int "Port"
-         range 1 65535
+         range 0 65535
          default 2086
          help
                        To which port does GNUnet bind? Default is 2086 and 
there is usually
@@ -528,7 +528,7 @@
                                
                config PORT
                int "Port"
-               range 1 65535
+               range 0 65535
                default 2088
 
                        config MTU
@@ -545,7 +545,7 @@
                                
                config PORT
                int "Port"
-               range 1 65535
+               range 0 65535
                default 2088
 
                        config MTU
@@ -652,7 +652,7 @@
          
                config PORT
                int "Port"
-               range 1 65535
+               range 0 65535
                default 1080
                
                  config BLACKLIST





reply via email to

[Prev in Thread] Current Thread [Next in Thread]