Probably really really stupid and annoying question but:

In BLFS-SVN book, other server software, we find Rsync - server; in the 
Configuration Information there's an /etc/rsyncd.conf example.

Literally here reported:

# 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

Now the foolish question; motd file and path are set to /home/rsync, why 
not setting them to /srv/rsync like the other server packages to 
maintain coherency?

L.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to