diff options
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 |