blob: 7ca940c50dcf3d30f0ead6cd71a261390fe72043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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();
}
|