Files
pkgsrc-ng/net/poptop/patches/patch-ag
2013-09-26 17:14:40 +02:00

14 lines
400 B
Plaintext

$NetBSD: patch-ag,v 1.1 2005/01/01 06:26:41 cube Exp $
--- defaults.h.orig 2004-04-28 13:36:07.000000000 +0200
+++ defaults.h
@@ -45,7 +45,7 @@
#if EMBED
#define PPTPD_CONFIG_FILE_DEFAULT "/etc/config/pptpd.conf"
#else
-#define PPTPD_CONFIG_FILE_DEFAULT "/etc/pptpd.conf"
+#define PPTPD_CONFIG_FILE_DEFAULT "@@PKGSYSCONFDIR@@/pptpd.conf"
#endif
#define PIDFILE_DEFAULT "/var/run/pptpd.pid"