summaryrefslogtreecommitdiff
path: root/net/rsync/files/patch-ai
blob: 1ce40653f7a324362b56672e4dcf200dde18a1e7 (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 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