Clear up conditions for running as root.
authorMartin Pool <mbp@samba.org>
Fri, 13 Oct 2000 03:28:12 +0000 (03:28 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 13 Oct 2000 03:28:12 +0000 (03:28 +0000)
.cvsignore
rsyncd.conf.yo

index 10ae331..b123745 100644 (file)
@@ -1,5 +1,7 @@
-.ignore
+
 .cvsignore
+.ignore
+ID
 Makefile
 a
 b
@@ -18,4 +20,3 @@ tech_report.dvi
 tech_report.log
 tech_report.ps
 test
-
index d6a2f30..39352ae 100644 (file)
@@ -44,7 +44,12 @@ in string values.
 manpagesection(LAUNCHING THE RSYNC DAEMON)
 
 The rsync daemon is launched by specifying the --daemon option to
-rsync. The daemon must run with root privileges.
+rsync. 
+
+The daemon must run with root privileges if you wish to use chroot, to
+bind to a port numbered under 1024 (as is the default 873), or to set
+file ownership.  Otherwise, it must just have permission to read and
+write the appropriate data, log, and lock files.
 
 You can launch it either via inetd or as a stand-alone daemon. If run
 as a daemon then just run the command "rsync --daemon" from a suitable