1commit 6ea3125e2bec15004f312814022335d94cdf7e94 2Author: Aws Ismail <aws.ismail@windriver.com> 3Date: Wed Sep 19 11:34:48 2012 -0400 4 5Fix openl2tp config script location 6 7Correct the location of the sysconfig 8script. Use /etc/default/ instead of 9/etc/sysconfig/ 10 11Signed-off-by: Aws Ismail <aws.ismail@windriver.com> 12 13Upstream-Status: Inappropriate [configuration] 14 15Signed-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 36