Files
pkgsrc-ng/net/rp-l2tp/patches/patch-ae
2013-09-26 17:14:40 +02:00

14 lines
365 B
Plaintext

$NetBSD: patch-ae,v 1.1.1.1 2003/12/18 16:39:18 agc Exp $
--- main.c 2003/12/18 16:02:21 1.1
+++ main.c 2003/12/18 16:02:56
@@ -68,7 +68,7 @@
l2tp_peer_init();
l2tp_debug_set_bitmask(debugmask);
- if (l2tp_parse_config_file(es, "/etc/l2tp/l2tp.conf") < 0) {
+ if (l2tp_parse_config_file(es, SYSCONFDIR "/l2tp.conf") < 0) {
l2tp_die();
}