summaryrefslogtreecommitdiff
path: root/support/rsyncstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-02 10:20:13 +0000
committerWayne Davison <wayned@samba.org>2006-02-02 10:20:13 +0000
commitd38214090479c957ac8fef1df4e96457c30bd738 (patch)
tree7d57f0bafbd2e5c551b64184271b7d306016cbfd /support/rsyncstats
parentb8e9c234e657d0490eff5fcb0ef03c1c8366e160 (diff)
downloadrsync-d38214090479c957ac8fef1df4e96457c30bd738.tar.gz
Changed default logfile setting from /var/adm/rsyncd.log to
/var/log/rsyncd.log.
Diffstat (limited to 'support/rsyncstats')
-rwxr-xr-xsupport/rsyncstats2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rsyncstats b/support/rsyncstats
index b8cd00ee..908e3d94 100755
--- a/support/rsyncstats
+++ b/support/rsyncstats
@@ -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.