summaryrefslogtreecommitdiff
path: root/net/rsync/files/patch-ai
blob: 48629beaf07fe11080a062768ebfad348a8eefb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
--- 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