]> git.pld-linux.org Git - packages/rsync.git/blob - rsync-config.patch
- 2.6.6pre1 (2.6.5 segfaults in some situations)
[packages/rsync.git] / rsync-config.patch
1 diff -urBb rsync-2.6.5.org/rsyncd.conf.5 rsync-2.6.5/rsyncd.conf.5
2 --- rsync-2.6.5.org/rsyncd.conf.5       2005-07-23 16:01:33.135106000 +0200
3 +++ rsync-2.6.5/rsyncd.conf.5   2005-07-23 16:01:58.800205112 +0200
4 @@ -325,7 +325,7 @@
5  you may find that passwords longer than 8 characters don\&'t work\&. 
6  .IP 
7  There is no default for the "secrets file" option, you must choose a name
8 -(such as \f(CW/etc/rsyncd\&.secrets\fP)\&.  The file must normally not be readable
9 +(such as \f(CW/etc/rsyncd/rsyncd\&.secrets\fP)\&.  The file must normally not be readable
10  by "other"; see "strict modes"\&.
11  .IP 
12  .IP "\fBstrict modes\fP" 
13 @@ -623,13 +623,13 @@
14          path = /data/cvs
15          comment = CVS repository (requires authentication)
16          auth users = tridge, susan
17 -        secrets file = /etc/rsyncd\&.secrets
18 +        secrets file = /etc/rsyncd/rsyncd\&.secrets
19  
20  .fi 
21   
22  
23  .PP 
24 -The /etc/rsyncd\&.secrets file would look something like this:
25 +The /etc/rsyncd/rsyncd\&.secrets file would look something like this:
26  .PP 
27  .RS 
28  \f(CWtridge:mypass\fP
29 @@ -640,7 +640,7 @@
30  .PP 
31  .SH "FILES" 
32  .PP 
33 -/etc/rsyncd\&.conf or rsyncd\&.conf
34 +/etc/rsyncd/rsyncd\&.conf or rsyncd\&.conf
35  .PP 
36  .SH "SEE ALSO" 
37  .PP 
38 diff -urBb rsync-2.6.5.org/rsyncd.conf.yo rsync-2.6.5/rsyncd.conf.yo
39 --- rsync-2.6.5.org/rsyncd.conf.yo      2005-07-23 16:01:33.136106000 +0200
40 +++ rsync-2.6.5/rsyncd.conf.yo  2005-07-23 16:01:58.800205112 +0200
41 @@ -69,7 +69,7 @@
42  reread its config file.
43  
44  Note that you should bf(not) send the rsync daemon a HUP signal to force
45 -it to reread the tt(rsyncd.conf) file. The file is re-read on each client
46 +it to reread the tt(/etc/rsyncd/rsyncd.conf) file. The file is re-read on each client
47  connection. 
48  
49  manpagesection(GLOBAL OPTIONS)
50 @@ -139,7 +139,7 @@
51  
52  dit(bf(path)) The "path" option specifies the directory in the daemon's
53  filesystem to make available in this module.  You must specify this option
54 -for each module in tt(rsyncd.conf).
55 +for each module in tt(/etc/rsyncd/rsyncd.conf).
56  
57  dit(bf(use chroot)) If "use chroot" is true, the rsync daemon will chroot
58  to the "path" before starting the file transfer with the client.  This has
59 @@ -292,7 +292,7 @@
60  you may find that passwords longer than 8 characters don't work. 
61  
62  There is no default for the "secrets file" option, you must choose a name
63 -(such as tt(/etc/rsyncd.secrets)).  The file must normally not be readable
64 +(such as tt(/etc/rsyncd/rsyncd.secrets)).  The file must normally not be readable
65  by "other"; see "strict modes".
66  
67  dit(bf(strict modes)) The "strict modes" option determines whether or not 
68 @@ -543,10 +543,10 @@
69          path = /data/cvs
70          comment = CVS repository (requires authentication)
71          auth users = tridge, susan
72 -        secrets file = /etc/rsyncd.secrets
73 +        secrets file = /etc/rsyncd/rsyncd.secrets
74  )
75  
76 -The /etc/rsyncd.secrets file would look something like this:
77 +The /etc/rsyncd/rsyncd.secrets file would look something like this:
78  
79  quote(
80  tt(tridge:mypass)nl()
81 diff -urBb rsync-2.6.5.org/rsync.h rsync-2.6.5/rsync.h
82 --- rsync-2.6.5.org/rsync.h     2005-05-03 19:00:47.000000000 +0200
83 +++ rsync-2.6.5/rsync.h 2005-07-23 16:01:58.801204960 +0200
84 @@ -30,7 +30,7 @@
85  /* RSYNCD_SYSCONF is now set in config.h */
86  #define RSYNCD_USERCONF "rsyncd.conf"
87  
88 -#define DEFAULT_LOCK_FILE "/var/run/rsyncd.lock"
89 +#define DEFAULT_LOCK_FILE "/var/lock/rsyncd.lock"
90  #define URL_PREFIX "rsync://"
91  
92  #define BACKUP_SUFFIX "~"
93 diff -urBb rsync-2.6.5.org/rsync.yo rsync-2.6.5/rsync.yo
94 --- rsync-2.6.5.org/rsync.yo    2005-07-23 16:01:33.135106000 +0200
95 +++ rsync-2.6.5/rsync.yo        2005-07-23 16:02:35.743588864 +0200
96 @@ -233,7 +233,7 @@
97  
98  An rsync daemon is configured using a configuration file.  Please see the
99  rsyncd.conf(5) man page for more information.  By default the configuration
100 -file is called /etc/rsyncd.conf (unless the daemon is spawned via a remote
101 +file is called /etc/rsyncd/rsyncd.conf (unless the daemon is spawned via a remote
102  shell--see below).
103  
104  manpagesection(RUNNING AN RSYNC DAEMON OVER A REMOTE SHELL PROGRAM)
105 @@ -1334,7 +1334,7 @@
106  If standard input is a socket then rsync will assume that it is being
107  run via inetd, otherwise it will detach from the current terminal and
108  become a background daemon.  The daemon will read the config file
109 -(rsyncd.conf) on each connect made by a client and respond to
110 +(/etc/rsyncd/rsyncd.conf) on each connect made by a client and respond to
111  requests accordingly.  See the rsyncd.conf(5) man page for more
112  details.
113  
114 @@ -1352,7 +1352,7 @@
115  
116  dit(bf(--config=FILE)) This specifies an alternate config file than
117  the default.  This is only relevant when bf(--daemon) is specified.
118 -The default is /etc/rsyncd.conf unless the daemon is running over
119 +The default is /etc/rsyncd/rsyncd.conf unless the daemon is running over
120  a remote shell program and the remote user is not root; in that case
121  the default is rsyncd.conf in the current directory (typically $HOME).
122  
123 @@ -2045,7 +2045,7 @@
124  
125  manpagefiles()
126  
127 -/etc/rsyncd.conf or rsyncd.conf
128 +/etc/rsyncd/rsyncd.conf or rsyncd.conf
129  
130  manpageseealso()
131  
132 diff -urBb rsync-2.6.5.org/support/rsyncstats rsync-2.6.5/support/rsyncstats
133 --- rsync-2.6.5.org/support/rsyncstats  2005-02-19 20:36:54.000000000 +0100
134 +++ rsync-2.6.5/support/rsyncstats      2005-07-23 16:01:58.801204960 +0200
135 @@ -12,7 +12,7 @@
136  use Getopt::Long;
137  
138  # You may wish to edit the next line to customize for your default log file.
139 -$usage_file = "/var/adm/rsyncd.log";
140 +$usage_file = "/var/log/rsyncd.log";
141  
142  # Edit the following lines for default report settings.
143  # Entries defined here will be over-ridden by the command line.
This page took 0.1023 seconds and 4 git commands to generate.