diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-11-20 20:07:38 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-11-20 20:07:38 +0100 |
commit | 4508e94c90c7260e531f8b8404d7ef71eab96ff4 (patch) | |
tree | 3d1ab7d7e78e8cd5119eb6feead2745b57fbc54e /debian/patches/001_default-rrd-location.diff | |
parent | 1c91388c758f88758734af78fea5b0a430732d35 (diff) | |
parent | 7cdc0b1dc9201f671abe70c19d55010ab111a599 (diff) |
Merge branch 'release/debian/1.14-21'HEADdebian/1.14-21master
Diffstat (limited to 'debian/patches/001_default-rrd-location.diff')
-rw-r--r-- | debian/patches/001_default-rrd-location.diff | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/001_default-rrd-location.diff b/debian/patches/001_default-rrd-location.diff index 54be53f..fa62f8c 100644 --- a/debian/patches/001_default-rrd-location.diff +++ b/debian/patches/001_default-rrd-location.diff @@ -16,23 +16,3 @@ Forwarded: not-needed my @graphs = ( { title => 'Last Day', seconds => 3600*24, }, ---- a/mailgraph.pl -+++ b/mailgraph.pl -@@ -373,7 +373,7 @@ - - my $daemon_logfile = '/var/log/mailgraph.log'; - my $daemon_pidfile = '/var/run/mailgraph.pid'; --my $daemon_rrd_dir = '/var/log'; -+my $daemon_rrd_dir = '/var/lib/mailgraph'; - - # global variables - my $logfile; -@@ -411,7 +411,7 @@ - print " --host=HOST use only entries for HOST (regexp) in syslog\n"; - print " -d, --daemon start in the background\n"; - print " --daemon-pid=FILE write PID to FILE instead of /var/run/mailgraph.pid\n"; -- print " --daemon-rrd=DIR write RRDs to DIR instead of /var/log\n"; -+ print " --daemon-rrd=DIR write RRDs to DIR instead of /var/lib/mailgraph\n"; - print " --daemon-log=FILE write verbose-log to FILE instead of /var/log/mailgraph.log\n"; - print " --ignore-localhost ignore mail to/from localhost (used for virus scanner)\n"; - print " --ignore-host=HOST ignore mail to/from HOST regexp (used for virus scanner)\n"; |