]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- up to 2.6.4
authormatowy <matowy@pld-linux.org>
Fri, 8 Apr 2005 14:29:13 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync-config.patch -> 1.9
    rsync-man.patch -> 1.8

rsync-config.patch
rsync-man.patch

index 94d4cca20550064aeb112e01cdac0068ca290ef6..25ba65aff99bff5f235c60233f1f1e9ba3cc2380 100644 (file)
@@ -65,7 +65,7 @@ diff -burN rsync-2.6.2.orig/rsyncd.conf.yo rsync-2.6.2/rsyncd.conf.yo
  by "other"; see "strict modes".
  
  dit(bf(strict modes)) The "strict modes" option determines whether or not 
-@@ -486,17 +486,17 @@
+@@ -540,10 +540,10 @@
          path = /data/cvs
          comment = CVS repository (requires authentication)
          auth users = tridge, susan
@@ -99,12 +99,12 @@ diff -burN rsync-2.6.2.orig/rsync.h rsync-2.6.2/rsync.h
  
  #define BACKUP_SUFFIX "~"
 diff -burN rsync-2.6.2.orig/rsyncstats rsync-2.6.2/rsyncstats
---- rsync-2.6.2.orig/rsyncstats        2004-05-02 10:20:23.170075432 +0200
-+++ rsync-2.6.2/rsyncstats     2004-05-02 11:13:25.761248032 +0200
-@@ -23,7 +23,7 @@
- # ---------------------------------------------------------------------------
+--- rsync-2.6.2.orig/support/rsyncstats        2004-05-02 10:20:23.170075432 +0200
++++ rsync-2.6.2/support/rsyncstats     2004-05-02 11:13:25.761248032 +0200
+@@ -12,7 +12,7 @@
+ use Getopt::Long;
  
- # edit the next line to customize for your default log file
+ # You may wish to edit the next line to customize for your default log file.
 -$usage_file = "/var/adm/rsyncd.log";
 +$usage_file = "/var/log/rsyncd.log";
  
@@ -131,16 +131,16 @@ diff -burN rsync-2.6.2.orig/rsync.yo rsync-2.6.2/rsync.yo
  requests accordingly.  See the rsyncd.conf(5) man page for more
  details.
  
-@@ -811,7 +811,7 @@
+@@ -1331,7 +1331,7 @@
  
  dit(bf(--config=FILE)) This specifies an alternate config file than
- the default.  This is only relevant when --daemon is specified. 
+ the default.  This is only relevant when bf(--daemon) is specified.
 -The default is /etc/rsyncd.conf unless the daemon is running over
 +The default is /etc/rsyncd/rsyncd.conf unless the daemon is running over
  a remote shell program and the remote user is not root; in that case
  the default is rsyncd.conf in the current directory (typically $HOME).
  
-@@ -1258,7 +1258,7 @@
+@@ -2005,7 +2005,7 @@
  
  manpagefiles()
  
index 79766c6942df11a781ae4ebdf07e2b94e76fb116..343acc3bad648a427f19716579d8246d8f394a3e 100644 (file)
@@ -1,25 +1,25 @@
 diff -Naur rsync-2.5.6-orig/rsync.1 rsync-2.5.6/rsync.1
 --- rsync-2.5.6-orig/rsync.1   Tue Jan 28 04:11:57 2003
 +++ rsync-2.5.6/rsync.1        Thu Jan 30 18:11:11 2003
-@@ -236,7 +236,7 @@
+@@ -276,7 +276,7 @@
  .PP 
- An rsync server is configured using a config file\&.  Please see the 
+ An rsync server is configured using a configuration file\&.  Please see the
  rsyncd\&.conf(5) man page for more information\&.  By default the configuration
 -file is called /etc/rsyncd\&.conf, unless rsync is running over a remote
 +file is called /etc/rsyncd/rsyncd\&.conf, unless rsync is running over a remote
  shell program and is not running as root; in that case, the default name
- is rsyncd\&.conf in the current directory on the remote computer 
+ is rsyncd\&.conf in the current directory on the remote computer
  (typically $HOME)\&.
-@@ -860,7 +860,7 @@
+@@ -1524,7 +1524,7 @@
  .IP "\fB--config=FILE\fP" 
  This specifies an alternate config file than
- the default\&.  This is only relevant when --daemon is specified\&. 
+ the default\&.  This is only relevant when \fB--daemon\fP is specified\&.
 -The default is /etc/rsyncd\&.conf unless the daemon is running over
 +The default is /etc/rsyncd/rsyncd\&.conf unless the daemon is running over
  a remote shell program and the remote user is not root; in that case
  the default is rsyncd\&.conf in the current directory (typically $HOME)\&.
  .IP 
-@@ -1258,7 +1258,7 @@
+@@ -2323,7 +2323,7 @@
  .PP 
  .SH "FILES" 
  .PP 
This page took 0.048888 seconds and 4 git commands to generate.