diff options
Diffstat (limited to 'network/amavisd-new/patches/amavis-mc.patch')
-rw-r--r-- | network/amavisd-new/patches/amavis-mc.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/amavisd-new/patches/amavis-mc.patch b/network/amavisd-new/patches/amavis-mc.patch new file mode 100644 index 0000000000..ee6958d903 --- /dev/null +++ b/network/amavisd-new/patches/amavis-mc.patch @@ -0,0 +1,16 @@ +--- amavis-mc.orig 2014-11-08 20:40:11.560673812 -0600 ++++ amavis-mc 2014-11-08 20:41:17.561010101 -0600 +@@ -70,10 +70,10 @@ + + ### USER CONFIGURABLE: + +-$daemon_user = 'vscan'; +-$daemon_group = 'vscan'; ++$daemon_user = 'amavis'; ++$daemon_group = 'amavis'; + +-$pid_file = '/var/amavis/amavis-mc.pid'; ++$pid_file = '/var/run/amavis/amavis-mc.pid'; + + $log_level = 0; + $syslog_ident = 'amavis-mc'; |