diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-06 17:51:27 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-06 17:51:27 +0800 |
commit | 9d4884799c5903b7d109c84900202862e229ad9f (patch) | |
tree | b53cebe9168c38d8bb7240da2d8074b41082b2db /net/rsync/files | |
parent | 7d3071bbdceb21256c96613519a49e492d3fb245 (diff) | |
download | freebsd-ports-gnome-9d4884799c5903b7d109c84900202862e229ad9f.tar.gz freebsd-ports-gnome-9d4884799c5903b7d109c84900202862e229ad9f.tar.zst freebsd-ports-gnome-9d4884799c5903b7d109c84900202862e229ad9f.zip |
Upgrade to ver 2.0.18.
Note the "server" extension is now part of rsync. HOWEVER, it is very
different from the previous FreeBSD specific version we were patching in.
Submitted by: Hiroki HAMAOKA <hama@xaxon.co.jp>
Diffstat (limited to 'net/rsync/files')
-rw-r--r-- | net/rsync/files/patch-ai | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/net/rsync/files/patch-ai b/net/rsync/files/patch-ai new file mode 100644 index 000000000000..8a278ce09a1d --- /dev/null +++ b/net/rsync/files/patch-ai @@ -0,0 +1,53 @@ +*** 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 |