]> git.stg.codes - stg.git/commitdiff
Fix non-standard port number for cap_nf settings
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 24 Feb 2011 11:39:07 +0000 (13:39 +0200)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 24 Feb 2011 11:39:07 +0000 (13:39 +0200)
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_nf.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_nf.conf

index 97e38fb69064145d3255534d2bedd12f3d9ea7b0..34e7687055482a4a678a9da7346411d3fc47c9c9 100644 (file)
@@ -4,14 +4,14 @@
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
     # Value: 1 ... 65534
-    # Default: 9997
-    #TCPPort = 9997
+    # Default: 9996
+    #TCPPort = 9996
 
     # Port for UDP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
     # Value: 1 ... 65536
-    # Default: 9997
-    UDPPort = 9997
+    # Default: 9996
+    UDPPort = 9996
 </Module>
 
index 97e38fb69064145d3255534d2bedd12f3d9ea7b0..34e7687055482a4a678a9da7346411d3fc47c9c9 100644 (file)
@@ -4,14 +4,14 @@
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
     # Value: 1 ... 65534
-    # Default: 9997
-    #TCPPort = 9997
+    # Default: 9996
+    #TCPPort = 9996
 
     # Port for UDP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
     # Value: 1 ... 65536
-    # Default: 9997
-    UDPPort = 9997
+    # Default: 9996
+    UDPPort = 9996
 </Module>