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