blob: 42515d715a1179a60fbc70fd6ad287d0feb53511 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- amavisd.orig Mon Sep 6 20:30:58 2004
+++ amavisd Sun Sep 19 09:43:03 2004
@@ -7452,7 +7452,7 @@
$Amavis::Conf::log_recip_templ = $1
if $Amavis::Conf::log_recip_templ=~/^(.*?)[\r\n]+\z/s;
-my($config_file) = '/etc/amavisd.conf'; # default location of config file
+my($config_file) = '%%PREFIX%%/etc/amavisd.conf'; # default location of config file
# Consider droping privileges early, before reading config file.
# This is only possible if running under chroot will not be needed.
|