blob: c094e3859bbcebc085bf14080984f043828950ec [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
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06005Fix openl2tp config script location
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06007Correct the location of the sysconfig
8script. Use /etc/default/ instead of
9/etc/sysconfig/
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060011Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060013Upstream-Status: Inappropriate [configuration]
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060015Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
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