X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=ppp%2Fip-down;h=72e0658229c876c49418df7f1c1a65a0cb4bfff9;hb=8903a3b15f08d759d06bb2b02e637e0baf7497bf;hp=8dbcc8e1e6b3c0f6d598f6e09bdb105a00e469e4;hpb=5e6dfc29413742c888ab935c5ba10917d69fcfba;p=projects%2Frc-scripts.git diff --git a/ppp/ip-down b/ppp/ip-down index 8dbcc8e1..72e06582 100755 --- a/ppp/ip-down +++ b/ppp/ip-down @@ -1,6 +1,5 @@ #!/bin/sh # -# $Id$ # This file should not be modified # # This script is run by the pppd _after_ the link is brought down. @@ -30,8 +29,8 @@ PPP_IPPARAM="$6" 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" +. /lib/rc-scripts/functions.network +CONFIG="/etc/sysconfig/interfaces/ifcfg-$PPP_IPPARAM" source_config # as an additional convienince, $PPP_TTYNAME is set to the tty name, @@ -44,6 +43,6 @@ export PPP_TTYNAME run-parts /etc/sysconfig/interfaces/down.d/ppp -/etc/sysconfig/network-scripts/ifdown-post "${CONFIG}" +/lib/rc-scripts/ifdown-post "${CONFIG}" exit 0