]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Changed default logfile setting from /var/adm/rsyncd.log to
authorWayne Davison <wayned@samba.org>
Thu, 2 Feb 2006 10:20:13 +0000 (10:20 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 2 Feb 2006 10:20:13 +0000 (10:20 +0000)
/var/log/rsyncd.log.

support/rsyncstats

index b8cd00ee436a335ca549b269a09af4f8f7a5e606..908e3d94059f56aa18228fa9dd14e2152b21996f 100755 (executable)
@@ -12,7 +12,7 @@
 use Getopt::Long;
 
 # 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";
 
 # Edit the following lines for default report settings.
 # Entries defined here will be over-ridden by the command line.