1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

upgrade to 2.2.0.

This commit is contained in:
David E. O'Brien 1998-11-08 09:54:45 +00:00
parent fcbd63ca68
commit 4e07acdc1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14404
3 changed files with 66 additions and 56 deletions

View File

@ -4,10 +4,10 @@
# Date created: Sat Aug 3, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $Id: Makefile,v 1.16 1998/08/14 09:18:03 obrien Exp $
# $Id: Makefile,v 1.17 1998/10/09 07:37:13 obrien Exp $
#
DISTNAME= rsync-2.1.1
DISTNAME= rsync-2.2.0
CATEGORIES= net
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \

View File

@ -1 +1 @@
MD5 (rsync-2.1.1.tar.gz) = e232b2c5dbce9cb48db1aa70a21f7e28
MD5 (rsync-2.2.0.tar.gz) = 586c9da04e41c62192a250257f2f7a88

View File

@ -1,53 +1,63 @@
*** rsyncd.conf.5.orig Thu Jun 18 19:30:22 1998
--- rsyncd.conf.5 Sat Jun 27 15:42:17 1998
***************
*** 66,72 ****
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
connection\&.
.PP
.SH "GLOBAL OPTIONS"
--- 66,72 ----
config file\&.
.PP
Note that you should not send the rsync server a HUP signal to force
! it to reread the \f(CW!!PREFIX!!/etc/rsyncd\&.conf\fP\&. The file is re-read on each client
connection\&.
.PP
.SH "GLOBAL OPTIONS"
***************
*** 132,138 ****
The "path" option specifies the directory in the servers
filesystem to make available in this module\&. The rsync server will
chroot to this path before starting the file transfer with the
! client\&. You must specify this option for each module in \f(CW/etc/rsyncd\&.conf\fP\&.
.IP
.IP "\fBread only\fP"
The "read only" option determines whether clients
--- 132,138 ----
The "path" option specifies the directory in the servers
filesystem to make available in this module\&. The rsync server will
chroot to this path before starting the file transfer with the
! client\&. You must specify this option for each module in \f(CW!!PREFIX!!/etc/rsyncd\&.conf\fP\&.
.IP
.IP "\fBread only\fP"
The "read only" option determines whether clients
***************
*** 335,341 ****
.PP
.SH "FILES"
.PP
! /etc/rsyncd\&.conf
.PP
.SH "SEE ALSO"
.PP
--- 335,341 ----
.PP
.SH "FILES"
.PP
! !!PREFIX!!/etc/rsyncd\&.conf
.PP
.SH "SEE ALSO"
.PP
--- rsyncd.conf.5.orig Tue Nov 3 14:00:46 1998
+++ rsyncd.conf.5 Sun Nov 8 01:37:21 1998
@@ -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"
@@ -186,7 +186,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
@@ -262,7 +262,7 @@
\fBYou should make sure that the secrets file is not readable by anyone
other than the system administrator\&.\fP There is no default for the
"secrets file" option, you must choose a name (such as
-\f(CW/etc/rsyncd\&.secrets\fP)\&.
+\f(CW!!PREFIX!!/etc/rsyncd\&.secrets\fP)\&.
.IP
.IP "\fBhosts allow\fP"
The "hosts allow" option allows you to specify a
@@ -361,7 +361,7 @@
.br
syslog facility = local5
.br
-pid file = /etc/rsyncd\&.pid
+pid file = /var/run/rsyncd\&.pid
.PP
.DS
@@ -386,13 +386,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
@@ -400,7 +400,7 @@
.PP
.SH "FILES"
.PP
-/etc/rsyncd\&.conf
+!!PREFIX!!/etc/rsyncd\&.conf
.PP
.SH "SEE ALSO"
.PP