blob: a1a0e7aab9297c94fce26907b049f06ba2f90bb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- defaults.h.orig Wed Apr 28 11:36:07 2004
+++ defaults.h Thu Oct 20 22:33:48 2005
@@ -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 "/usr/local/etc/pptpd.conf"
#endif
#define PIDFILE_DEFAULT "/var/run/pptpd.pid"
|