]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - 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
diff --git a/net-mail/amavis-logwatch/files/default_config_location.patch b/net-mail/amavis-logwatch/files/default_config_location.patch
new file mode 100644 (file)
index 0000000..bf6a459
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/amavis-logwatch  2010-11-12 21:35:02.000000000 -0500
++++ b/amavis-logwatch  2011-07-12 12:57:18.005618573 -0400
+@@ -50,7 +50,7 @@
+ our $progname_prefix = 'amavis';
+ # Specifies the default configuration file for use in standalone mode.
+-my $config_file = "/usr/local/etc/${progname_prefix}-logwatch.conf";
++my $config_file = "/etc/${progname_prefix}-logwatch.conf";
+ #MODULE: ../Logreporters/Utils.pm
+ package Logreporters::Utils;