The patches for 3.0.4pre2.
[rsync/rsync-patches.git] / dparam.diff
index c944c57..0185146 100644 (file)
@@ -155,7 +155,7 @@ diff --git a/rsync.yo b/rsync.yo
       --no-detach             do not detach from the parent
       --port=PORT             listen on alternate port number
       --log-file=FILE         override the "log file" setting
-@@ -2131,6 +2132,14 @@ The default is /etc/rsyncd.conf unless the daemon is running over
+@@ -2143,6 +2144,14 @@ The default is /etc/rsyncd.conf unless the daemon is running over
  a remote shell program and the remote user is not the super-user; in that case
  the default is rsyncd.conf in the current directory (typically $HOME).
  
@@ -188,18 +188,7 @@ diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
  
  dit(bf(port)) You can override the default port the daemon will listen on
  by specifying this value (defaults to 873).  This is ignored if the daemon
-@@ -101,8 +105,8 @@ who like to tune their systems to the utmost degree. You can set all
- sorts of socket options which may make transfers faster (or
- slower!). Read the man page for the code(setsockopt()) system call for
- details on some of the options you may be able to set. By default no
--special socket options are set.  These settings are superseded by the
--bf(--sockopts) command-line option.
-+special socket options are set.  These settings can also be specified
-+via the bf(--sockopts) command-line option.
- enddit()
-@@ -260,6 +264,12 @@ If the daemon fails to open to specified file, it will fall back to
+@@ -260,6 +264,12 @@ If the daemon fails to open the specified file, it will fall back to
  using syslog and output an error about the failure.  (Note that the
  failure to open the specified log file used to be a fatal error.)