diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-05-15 18:05:01 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-05-15 18:05:01 +0000 |
commit | c15e184f898b361b05d6148ad9d456a66df8e1b1 (patch) | |
tree | 883e81b244982f0d55b883d44920288c46ff0fb4 | |
parent | 11411d44258effae3a2750009ca6114d69292cd2 (diff) | |
download | puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar.gz puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar.bz2 puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar.xz puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.zip |
enable rsync in IPv6
-rw-r--r-- | modules/rsyncd/templates/xinetd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/rsyncd/templates/xinetd b/modules/rsyncd/templates/xinetd index 46a3fd33..7b15520d 100644 --- a/modules/rsyncd/templates/xinetd +++ b/modules/rsyncd/templates/xinetd @@ -8,5 +8,6 @@ service rsync server = /usr/bin/rsync server_args = --daemon log_on_failure += USERID + flags = IPv6 } |