blob: 3119425e69e9a62c141d21fa640ee04e81659356 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001commit 6ea3125e2bec15004f312814022335d94cdf7e94
2Author: Aws Ismail <aws.ismail@windriver.com>
3Date: Wed Sep 19 11:34:48 2012 -0400
4
5 Fix openl2tp config script location
6
7 Correct the location of the sysconfig
8 script. Use /etc/default/ instead of
9 /etc/sysconfig/
10
11 Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
12
13 Upstream-Status: Inappropriate [configuration]
14
15 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
16
17diff --git a/etc/rc.d/init.d/openl2tpd b/etc/rc.d/init.d/openl2tpd
18index 7f27bb7..4194f63 100755
19--- a/etc/rc.d/init.d/openl2tpd
20+++ b/etc/rc.d/init.d/openl2tpd
21@@ -8,12 +8,12 @@
22 # can be used to implement L2TP VPNs. As a server, it can handle
23 # hundreds of tunnels and sessions.
24 # processname: openl2tpd
25-# config: /etc/sysconfig/openl2tpd
26+# config: /etc/default/openl2tpd
27 # pidfile: /var/run/openl2tpd.pid
28
29 # Source function library.
30 . /etc/init.d/functions
31-. /etc/sysconfig/openl2tpd
32+. /etc/default/openl2tpd
33
34 # See how we were called.
35