a8d2769fe0
Copy from network:ha-clustering:Factory/csync2 based on submit request 42260 from user tserong OBS-URL: https://build.opensuse.org/request/show/42260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csync2?expand=0&rev=1
20 lines
455 B
Diff
20 lines
455 B
Diff
--- csync2-1.33/csync2.xinetd.fix-xinetd 2007-01-24 21:18:04.000000000 +0100
|
|
+++ csync2-1.33/csync2.xinetd 2007-01-24 21:19:47.000000000 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-# default: on
|
|
+# default: off
|
|
# description: csync2
|
|
service csync2
|
|
{
|
|
@@ -9,7 +9,9 @@
|
|
group = root
|
|
server = /usr/sbin/csync2
|
|
server_args = -i
|
|
+ port = 30865
|
|
+ type = UNLISTED
|
|
#log_on_failure += USERID
|
|
- disable = no
|
|
+ disable = yes
|
|
# only_from = 192.168.199.3 192.168.199.4
|
|
}
|