diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-03 01:11:47 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-03 01:11:47 +0200 |
commit | 54019d11ef27549aaeacb461bf3cb706a1d3efa6 (patch) | |
tree | ebebc6239d823d38222b95f066d1a87d53250081 /extra/rsync-server/rsyncd.conf | |
parent | 2f9f483549dd06809d527e665a3cb34fb68043d2 (diff) | |
download | nutyx-extra-54019d11ef27549aaeacb461bf3cb706a1d3efa6.tar.gz nutyx-extra-54019d11ef27549aaeacb461bf3cb706a1d3efa6.tar.bz2 nutyx-extra-54019d11ef27549aaeacb461bf3cb706a1d3efa6.tar.xz nutyx-extra-54019d11ef27549aaeacb461bf3cb706a1d3efa6.zip |
rsync suppression fichiers obsolètes
Diffstat (limited to 'extra/rsync-server/rsyncd.conf')
-rw-r--r-- | extra/rsync-server/rsyncd.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/rsync-server/rsyncd.conf b/extra/rsync-server/rsyncd.conf deleted file mode 100644 index ccd9d9d81..000000000 --- a/extra/rsync-server/rsyncd.conf +++ /dev/null @@ -1,13 +0,0 @@ -#This is a basic rsync configuration file -# It exports a single module without user authentication. - -motd file = /home/rsync/welcome.msg -use chroot = yes - -[localhost] - path = /home/rsync - comment = Default rsync module - read only = yes - list = yes - uid = rsyncd - gid = rsyncd |