]> git.pld-linux.org Git - packages/rsync.git/blame - rsync-man.patch
- added new ipv6 patch
[packages/rsync.git] / rsync-man.patch
CommitLineData
cbdb69ef 1diff -ruN rsync-2.3.2.orig/rsync.1 rsync-2.3.2/rsync.1
2--- rsync-2.3.2.orig/rsync.1 Mon Nov 8 14:15:01 1999
3+++ rsync-2.3.2/rsync.1 Fri Nov 19 17:41:57 1999
4@@ -191,7 +191,7 @@
5 .SH "RUNNING AN RSYNC SERVER"
b38302f0 6 .PP
cbdb69ef 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\&.
b38302f0 11 .PP
cbdb69ef 12 .SH "EXAMPLES"
13@@ -682,7 +682,7 @@
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\&.
9def7c32 21 .IP
cbdb69ef 22@@ -695,7 +695,7 @@
9def7c32 23 .IP
cbdb69ef 24 .IP "\fB--config=FILE\fP"
25 This specifies an alternate config file than
26-the default /etc/rsyncd\&.conf\&. This is only relevant when --daemon is
27+the default /etc/rsyncd/rsyncd\&.conf\&. This is only relevant when --daemon is
28 specified\&.
b38302f0 29 .IP
cbdb69ef 30 .IP "\fB--port=PORT\fP"
31@@ -887,7 +887,7 @@
9def7c32
AM
32 .PP
33 .SH "FILES"
34 .PP
cbdb69ef 35-/etc/rsyncd\&.conf
36+/etc/rsyncd/rsyncd\&.conf
9def7c32
AM
37 .PP
38 .SH "SEE ALSO"
39 .PP
cbdb69ef 40diff -ruN rsync-2.3.2.orig/rsyncd.conf.5 rsync-2.3.2/rsyncd.conf.5
41--- rsync-2.3.2.orig/rsyncd.conf.5 Mon Nov 8 14:15:02 1999
42+++ rsync-2.3.2/rsyncd.conf.5 Fri Nov 19 17:36:27 1999
43@@ -150,7 +150,7 @@
44 The "lock file" option specifies the file to use to
45 support the "max connections" option\&. The rsync server uses record
46 locking on this file to ensure that the max connections limit is not
47-exceeded\&. The default is \f(CW/var/run/rsyncd\&.lock\fP\&.
48+exceeded\&. The default is \f(CW/var/lock/rsyncd\&.lock\fP\&.
49 .IP
50 .IP "\fBread only\fP"
51 The "read only" option determines whether clients
This page took 0.04877 seconds and 4 git commands to generate.