diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-04-27 01:24:26 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-04-27 01:24:26 +0000 |
commit | 564aed8bf932ab92005c863fd8fefeb1d7383014 (patch) | |
tree | 5bba2a84d873431ae3be08e40832659661ca38db /sys-cluster/csync2/files | |
parent | To ~sparc wrt #89315 (diff) | |
download | gentoo-2-564aed8bf932ab92005c863fd8fefeb1d7383014.tar.gz gentoo-2-564aed8bf932ab92005c863fd8fefeb1d7383014.tar.bz2 gentoo-2-564aed8bf932ab92005c863fd8fefeb1d7383014.zip |
csync2 added to portage
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-cluster/csync2/files')
-rw-r--r-- | sys-cluster/csync2/files/csync2.xinetd | 15 | ||||
-rw-r--r-- | sys-cluster/csync2/files/digest-csync2-1.16 | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/sys-cluster/csync2/files/csync2.xinetd b/sys-cluster/csync2/files/csync2.xinetd new file mode 100644 index 000000000000..d2a7adb8f5b9 --- /dev/null +++ b/sys-cluster/csync2/files/csync2.xinetd @@ -0,0 +1,15 @@ +# default: on +# description: csync2 +service csync2 +{ + flags = REUSE + socket_type = stream + wait = no + user = root + group = root + server = /usr/sbin/csync2 + server_args = -i + #log_on_failure += USERID + disable = yes + only_from = 192.168.199.3 192.168.199.4 +} diff --git a/sys-cluster/csync2/files/digest-csync2-1.16 b/sys-cluster/csync2/files/digest-csync2-1.16 new file mode 100644 index 000000000000..30ed7cf1fe7b --- /dev/null +++ b/sys-cluster/csync2/files/digest-csync2-1.16 @@ -0,0 +1 @@ +MD5 1d156561b112561a450e7b4a178d6a26 csync2-1.16.tar.gz 97630 |