ports/mail/postfwd/patches/patch-sbin_postfwd3

13 lines
313 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sbin/postfwd3
--- sbin/postfwd3.orig
+++ sbin/postfwd3
@@ -74,7 +74,7 @@ our %postfwd_settings = (
no_client_stdout => 1,
},
master => {
- pid_file => "/var/tmp/$NAME-master.pid",
+ pid_file => "/var/run/$NAME-master.pid",
watchdog => 60,
failures => 7,
respawn => 4,