]> git.pld-linux.org Git - packages/rsync.git/blame - rsync-man.patch
- diabled debug
[packages/rsync.git] / rsync-man.patch
CommitLineData
1796664f 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
cbdb69ef 3@@ -191,7 +191,7 @@
4 .SH "RUNNING AN RSYNC SERVER"
b38302f0 5 .PP
cbdb69ef 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\&.
b38302f0 10 .PP
cbdb69ef 11 .SH "EXAMPLES"
13dec03c 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\&.
9def7c32 20 .IP
13dec03c 21@@ -742,7 +742,7 @@
9def7c32 22 .IP
cbdb69ef 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\&.
b38302f0 28 .IP
cbdb69ef 29 .IP "\fB--port=PORT\fP"
13dec03c 30@@ -1065,7 +1065,7 @@
9def7c32
AM
31 .PP
32 .SH "FILES"
33 .PP
cbdb69ef 34-/etc/rsyncd\&.conf
35+/etc/rsyncd/rsyncd\&.conf
9def7c32
AM
36 .PP
37 .SH "SEE ALSO"
38 .PP
cbdb69ef 39diff -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.048049 seconds and 4 git commands to generate.