]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - net-mail/amavis-logwatch/files/default_config_location.patch
Add amavis-logwatch from sunrise in preparation for portage.
[mjo-overlay.git] / net-mail / amavis-logwatch / files / default_config_location.patch
1 --- a/amavis-logwatch 2010-11-12 21:35:02.000000000 -0500
2 +++ b/amavis-logwatch 2011-07-12 12:57:18.005618573 -0400
3 @@ -50,7 +50,7 @@
4 our $progname_prefix = 'amavis';
5
6 # Specifies the default configuration file for use in standalone mode.
7 -my $config_file = "/usr/local/etc/${progname_prefix}-logwatch.conf";
8 +my $config_file = "/etc/${progname_prefix}-logwatch.conf";
9
10 #MODULE: ../Logreporters/Utils.pm
11 package Logreporters::Utils;