]> git.pld-linux.org Git - packages/rsync.git/blob - rsync-man.patch
- removed requires rsh - this is optional feature, but rsync complains
[packages/rsync.git] / rsync-man.patch
1 --- rsync-2.5.3/rsync.1.orig    Wed Jan 23 06:59:10 2002
2 +++ rsync-2.5.3/rsync.1 Sat Jan 26 07:17:23 2002
3 @@ -191,7 +191,7 @@
4  .SH "RUNNING AN RSYNC SERVER" 
5  .PP 
6  An rsync server is configured using a config file which by default is
7 -called /etc/rsyncd\&.conf\&. Please see the rsyncd\&.conf(5) man page for more
8 +called /etc/rsyncd/rsyncd\&.conf\&. Please see the rsyncd\&.conf(5) man page for more
9  information\&. 
10  .PP 
11  .SH "EXAMPLES" 
12 @@ -719,7 +719,7 @@
13  If standard input is a socket then rsync will assume that it is being
14  run via inetd, otherwise it will detach from the current terminal and
15  become a background daemon\&.  The daemon will read the config file
16 -(/etc/rsyncd\&.conf) on each connect made by a client and respond to
17 +(/etc/rsyncd/rsyncd\&.conf) on each connect made by a client and respond to
18  requests accordingly\&.  See the rsyncd\&.conf(5) man page for more
19  details\&.
20  .IP 
21 @@ -742,7 +742,7 @@
22  .IP 
23  .IP "\fB--config=FILE\fP" 
24  This specifies an alternate config file than
25 -the default /etc/rsyncd\&.conf\&. This is only relevant when --daemon is
26 +the default /etc/rsyncd/rsyncd\&.conf\&. This is only relevant when --daemon is
27  specified\&. 
28  .IP 
29  .IP "\fB--port=PORT\fP" 
30 @@ -1065,7 +1065,7 @@
31  .PP 
32  .SH "FILES" 
33  .PP 
34 -/etc/rsyncd\&.conf
35 +/etc/rsyncd/rsyncd\&.conf
36  .PP 
37  .SH "SEE ALSO" 
38  .PP 
39 diff -ruN rsync-2.3.2.orig/rsyncd.conf.5 rsync-2.3.2/rsyncd.conf.5
40 --- rsync-2.3.2.orig/rsyncd.conf.5      Mon Nov  8 14:15:02 1999
41 +++ rsync-2.3.2/rsyncd.conf.5   Fri Nov 19 17:36:27 1999
42 @@ -150,7 +150,7 @@
43  The "lock file" option specifies the file to use to
44  support the "max connections" option\&. The rsync server uses record
45  locking on this file to ensure that the max connections limit is not
46 -exceeded\&. The default is \f(CW/var/run/rsyncd\&.lock\fP\&.
47 +exceeded\&. The default is \f(CW/var/lock/rsyncd\&.lock\fP\&.
48  .IP 
49  .IP "\fBread only\fP" 
50  The "read only" option determines whether clients
This page took 0.074279 seconds and 3 git commands to generate.