summaryrefslogtreecommitdiff
path: root/net/rsync/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/rsync/patches/patch-ad')
-rw-r--r--net/rsync/patches/patch-ad53
1 files changed, 0 insertions, 53 deletions
diff --git a/net/rsync/patches/patch-ad b/net/rsync/patches/patch-ad
deleted file mode 100644
index 4db74e4af93..00000000000
--- a/net/rsync/patches/patch-ad
+++ /dev/null
@@ -1,53 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2003/03/06 20:44:14 salo Exp $
-
---- rsyncd.conf.5.orig 2003-01-27 04:07:18.000000000 +0100
-+++ rsyncd.conf.5 2003-03-06 20:31:52.000000000 +0100
-@@ -65,10 +65,10 @@
- and a single line something like this to /etc/inetd\&.conf:
- .PP
- .RS
--rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon
-+rsync stream tcp nowait root @PREFIX@/bin/rsync rsyncd --daemon
- .RE
- .PP
--Replace "/usr/bin/rsync" with the path to where you have rsync installed on
-+Replace "@PREFIX@/bin/rsync" with the path to where you have rsync installed on
- your system\&. You will then need to send inetd a HUP signal to tell it to
- reread its config file\&.
- .PP
-@@ -259,8 +259,8 @@
- 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)\&. The file must normally not be readable
--by "other"; see "strict modes"\&.
-+(such as \f(CW@PKG_SYSCONFDIR@/rsyncd\&.secrets\fP)\&. The file must normally
-+not be readable by "other"; see "strict modes"\&.
- .IP
- .IP "\fBstrict modes\fP"
- The "strict modes" option determines whether or not
-@@ -504,13 +504,13 @@
- path = /data/cvs
- comment = CVS repository (requires authentication)
- auth users = tridge, susan
-- secrets file = /etc/rsyncd\&.secrets
-+ secrets file = @PKG_SYSCONFDIR@/rsyncd\&.secrets
-
- .fi
-
-
- .PP
--The /etc/rsyncd\&.secrets file would look something like this:
-+The @PKG_SYSCONFDIR@/rsyncd\&.secrets file would look something like this:
- .PP
- tridge:mypass
- .br
-@@ -518,7 +518,7 @@
- .PP
- .SH "FILES"
- .PP
--/etc/rsyncd\&.conf or rsyncd\&.conf
-+@PKG_SYSCONFDIR@/rsyncd\&.conf
- .PP
- .SH "SEE ALSO"
- .PP