]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - ppp/ip-down
Don't fail if arrays are already assembled (ex raid10 with 4 devices, one device...
[projects/rc-scripts.git] / ppp / ip-down
index 8dbcc8e1e6b3c0f6d598f6e09bdb105a00e469e4..72e0658229c876c49418df7f1c1a65a0cb4bfff9 100755 (executable)
@@ -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
This page took 0.454018 seconds and 4 git commands to generate.