14 lines
365 B
Plaintext
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();
|
|
}
|
|
|