opnsense-ports/mail/mail2sms/files/patch-main.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
328 B
C

--- main.c.orig Wed Apr 16 05:11:21 2003
+++ main.c Wed Apr 16 05:12:16 2003
@@ -18,7 +18,7 @@
#ifdef AFS
#define CONFIGDIR "/var/mail2sms/"
#else
-#define GLOBAL_CONFIG "/etc/mail/sms/mail2sms.conf"
+#define GLOBAL_CONFIG "%%PREFIX%%/etc/mail2sms.conf"
#endif
extern FILE *logfile; /* write logs to this file pointer */