1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/rsync/files/patch-ai
David E. O'Brien dd761bd963 Upgrade to 2.3.1. Fixes security hole described at
http://rsync.samba.org/cgi-bin/rsync?findid=1706.

PR:		ports/10987
Submitted by:	Cy Schubert <cschuber@uumail.gov.bc.ca>
1999-04-09 18:08:59 +00:00

64 lines
1.8 KiB
Plaintext

--- rsyncd.conf.5.orig Tue Apr 6 08:04:17 1999
+++ rsyncd.conf.5 Tue Apr 6 14:43:50 1999
@@ -66,7 +66,7 @@
config file\&.
.PP
Note that you should not send the rsync server a HUP signal to force
-it to reread the \f(CW/etc/rsyncd\&.conf\fP\&. The file is re-read on each client
+it to reread the \f(CW!!PREFIX!!/etc/rsyncd\&.conf\fP\&. The file is re-read on each client
connection\&.
.PP
.SH "GLOBAL OPTIONS"
@@ -128,7 +128,7 @@
.IP "\fBpath\fP"
The "path" option specifies the directory in the servers
filesystem to make available in this module\&. You must specify this option
-for each module in \f(CW/etc/rsyncd\&.conf\fP\&.
+for each module in \f(CW!!PREFIX!!/etc/rsyncd\&.conf\fP\&.
.IP
.IP "\fBuse chroot\fP"
If "use chroot" is true, the rsync server will chroot
@@ -239,7 +239,7 @@
you may find that passwords longer than 8 characters don\'t work\&.
.IP
There is no default for the "secrets file" option, you must choose a name
-(such as \f(CW/etc/rsyncd\&.secrets\fP)\&.
+(such as \f(CW!!PREFIX!!/etc/rsyncd\&.secrets\fP)\&.
.IP
.IP "\fBstrict modes\fP"
The "strict modes" option determines whether or not
@@ -429,7 +429,7 @@
.br
syslog facility = local5
.br
-pid file = /etc/rsyncd\&.pid
+pid file = /var/run/rsyncd\&.pid
.PP
.DS
@@ -454,13 +454,13 @@
path = /data/cvs
comment = CVS repository (requires authentication)
auth users = tridge, susan
- secrets file = /etc/rsyncd\&.secrets
+ secrets file = !!PREFIX!!/etc/rsyncd\&.secrets
.DE
.PP
-The /etc/rsyncd\&.secrets file would look something like this:
+The !!PREFIX!!/etc/rsyncd\&.secrets file would look something like this:
.PP
tridge:mypass
.br
@@ -468,7 +468,7 @@
.PP
.SH "FILES"
.PP
-/etc/rsyncd\&.conf
+!!PREFIX!!/etc/rsyncd\&.conf
.PP
.SH "SEE ALSO"
.PP