summaryrefslogtreecommitdiff
path: root/net/l2tpd/files/patch-file.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-11-23 00:40:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-11-23 00:40:51 +0000
commite88d2bd5b47c64553fd373fd8f0ac8222985051f (patch)
tree490af9c1c7fc2571cdd68c5e39a977cf8b2d3e5a /net/l2tpd/files/patch-file.h
parentMaintainer update to version 1.1 (diff)
- Update to 0.69;
- fix an incompatibility, which causes daemon to eat 100% CPU even when completely idle (ages old problem with select()'ing on FIFO without writers opened for reading in non-blocking mode); - replace incomplete and ugly daemonize code with native daemon(3). Sponsored by: United Networks of Ukraine
Diffstat (limited to 'net/l2tpd/files/patch-file.h')
-rw-r--r--net/l2tpd/files/patch-file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/l2tpd/files/patch-file.h b/net/l2tpd/files/patch-file.h
index 819c7d932e45..f2c68b6ac00d 100644
--- a/net/l2tpd/files/patch-file.h
+++ b/net/l2tpd/files/patch-file.h
@@ -11,9 +11,9 @@ $FreeBSD$
-#define ALT_DEFAULT_AUTH_FILE "/etc/l2tpd/l2tp-secrets"
-#define DEFAULT_CONFIG_FILE "/etc/l2tp/l2tpd.conf"
-#define ALT_DEFAULT_CONFIG_FILE "/etc/l2tpd/l2tpd.conf"
-+#define DEFAULT_AUTH_FILE (PREFIX "/etc/l2tpd/l2tp-secrets")
++#define DEFAULT_AUTH_FILE (PREFIX "/etc/l2tp/l2tp-secrets")
+#define ALT_DEFAULT_AUTH_FILE (PREFIX "/etc/l2tpd/l2tp-secrets")
-+#define DEFAULT_CONFIG_FILE (PREFIX "/etc/l2tpd/l2tpd.conf")
++#define DEFAULT_CONFIG_FILE (PREFIX "/etc/l2tp/l2tpd.conf")
+#define ALT_DEFAULT_CONFIG_FILE (PREFIX "/etc/l2tpd/l2tpd.conf")
#define DEFAULT_PID_FILE "/var/run/l2tpd.pid"