]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - ppp/ip-down
- proper CONFIG sources (needed to override DEVICE from pppd and get
[projects/rc-scripts.git] / ppp / ip-down
index 8dbcc8e1e6b3c0f6d598f6e09bdb105a00e469e4..fa1eb22c6f199d3a0576cf4b0b43da8bdc0af950 100755 (executable)
@@ -31,7 +31,7 @@ export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM
 
 . /etc/rc.d/init.d/functions
 . /etc/sysconfig/network-scripts/functions.network
-CONFIG="$PPP_IPPARAM"
+CONFIG="/etc/sysconfig/interfaces/ifcfg-$PPP_IPPARAM"
 source_config
 
 # as an additional convienince, $PPP_TTYNAME is set to the tty name,
This page took 0.866246 seconds and 4 git commands to generate.