csync2/csync2-fix-xinetd.patch
OBS User autobuild a8d2769fe0 Accepting request 42260 from network:ha-clustering:Factory
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
2010-06-29 16:02:56 +00:00

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
}