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 b8cd00e..908e3d9 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.