]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - ppp/ip-down
- scripts now ready to exec run-parts for each of interfaces going up/down,
[projects/rc-scripts.git] / ppp / ip-down
index deecfc9fdb3dfaa70b5bfcc6faea4bf8da31c083..c789c9ac64b060e15bc4c50bdb99cea1c556cd3f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: ip-down,v 1.4 2000/04/21 17:35:30 jajcus Exp $
+# $Id: ip-down,v 1.5 2000/05/07 19:00:00 siefca Exp $
 # This file should not be modified
 #
 # This script is run by the pppd _after_ the link is brought down.
@@ -43,7 +43,7 @@ export PPP_TTYNAME
 
 # Main Script starts here
 
-run-parts /etc/ppp/ip-down.d
+run-parts /etc/sysconfig/interfaces/down.d
 
 /etc/sysconfig/network-scripts/ifdown-post "${CONFIG}"
 
This page took 0.07358 seconds and 4 git commands to generate.