diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2014-11-25 13:22:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-25 13:22:53 +0700 |
commit | 29085d0e9482097f259e08a8dc0617b92f521b03 (patch) | |
tree | 01b1739cd22daf3453dfc041af31cb08b2178fb6 /network/amavisd-new/patches/amavis-services.patch | |
parent | 7e749e05dfd0f504c02a59d9c88bb44f9649f0c9 (diff) | |
download | slackbuilds-29085d0e9482097f259e08a8dc0617b92f521b03.tar.gz |
network/amavisd-new: Updated for version 2.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/amavisd-new/patches/amavis-services.patch')
-rw-r--r-- | network/amavisd-new/patches/amavis-services.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/amavisd-new/patches/amavis-services.patch b/network/amavisd-new/patches/amavis-services.patch new file mode 100644 index 0000000000..1c71da09b0 --- /dev/null +++ b/network/amavisd-new/patches/amavis-services.patch @@ -0,0 +1,11 @@ +--- amavis-services.orig 2014-11-08 20:45:03.199992749 -0600 ++++ amavis-services 2014-11-08 20:45:51.805711423 -0600 +@@ -71,7 +71,7 @@ + $syslog_facility = LOG_MAIL; + $syslog_ident = $myproduct_name; + +-$MYHOME = '/var/amavis'; ++$MYHOME = '/var/lib/amavis'; + + # A socket to which amavisd child processes report their data. + # should match one of the sockets in @zmq_sockets in amavisd.conf |