]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - ppp/ip-up
- proper CONFIG sources (needed to override DEVICE from pppd and get
[projects/rc-scripts.git] / ppp / ip-up
index 4eadebbf93133df1685c08698345088955684827..69226bc0560a5176be164d70a636c1b44b58eb8a 100755 (executable)
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -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 convenience, $PPP_TTYNAME is set to the tty name,
This page took 0.091739 seconds and 4 git commands to generate.