2013-09-03 14:41:16 +02:00
|
|
|
Index: csync2-2.0+git.1368794815.cf835a7/csync2.xinetd
|
|
|
|
===================================================================
|
|
|
|
--- csync2-2.0+git.1368794815.cf835a7.orig/csync2.xinetd
|
|
|
|
+++ csync2-2.0+git.1368794815.cf835a7/csync2.xinetd
|
2010-06-29 18:02:56 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-# default: on
|
|
|
|
+# default: off
|
|
|
|
# description: csync2
|
|
|
|
service csync2
|
|
|
|
{
|
2013-09-03 14:41:16 +02:00
|
|
|
@@ -9,7 +9,9 @@ service csync2
|
2010-06-29 18:02:56 +02:00
|
|
|
group = root
|
|
|
|
server = /usr/sbin/csync2
|
2013-09-03 14:41:16 +02:00
|
|
|
server_args = -i -l
|
2010-06-29 18:02:56 +02:00
|
|
|
+ port = 30865
|
|
|
|
+ type = UNLISTED
|
|
|
|
#log_on_failure += USERID
|
|
|
|
- disable = no
|
|
|
|
+ disable = yes
|
|
|
|
# only_from = 192.168.199.3 192.168.199.4
|
|
|
|
}
|