aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsyncd
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-15 18:05:01 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-15 18:05:01 +0000
commitc15e184f898b361b05d6148ad9d456a66df8e1b1 (patch)
tree883e81b244982f0d55b883d44920288c46ff0fb4 /modules/rsyncd
parent11411d44258effae3a2750009ca6114d69292cd2 (diff)
downloadpuppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar
puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar.gz
puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar.bz2
puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.tar.xz
puppet-c15e184f898b361b05d6148ad9d456a66df8e1b1.zip
enable rsync in IPv6
Diffstat (limited to 'modules/rsyncd')
-rw-r--r--modules/rsyncd/templates/xinetd1
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
}