opnsense-ports/mail/dspam/files/patch-src__dspam.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
348 B
C

--- src/dspam.c.orig 2012-04-11 11:48:33.000000000 -0700
+++ src/dspam.c 2014-09-23 19:43:09.688194417 -0700
@@ -4194,7 +4194,7 @@
pidfile = _ds_read_attribute(agent_config, "ServerPID");
if ( pidfile == NULL )
- pidfile = "/var/run/dspam/dspam.pid";
+ pidfile = "/var/run/dspam.pid";
if (pidfile) {
FILE *file;