diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1999-09-07 20:02:58 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1999-09-07 20:02:58 +0000 |
commit | e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6 (patch) | |
tree | 2639eb561ea286839a13bc3891947e28bf908314 /sysconfig/network-scripts/ifup-ppp | |
parent | 2002a1c064ad7ca9e1491defe6b23bbb7bf458f3 (diff) | |
download | initscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.tar initscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.tar.gz initscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.tar.bz2 initscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.tar.xz initscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.zip |
work with ppp-watch
Diffstat (limited to 'sysconfig/network-scripts/ifup-ppp')
-rwxr-xr-x | sysconfig/network-scripts/ifup-ppp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index d058e9b3..c40fae7e 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -13,6 +13,7 @@ cd /etc/sysconfig/network-scripts . network-functions CONFIG=$1 +[ -f "$CONFIG" ] || CONFIG=ifcfg-$1 source_config if [ -z "$DISCONNECTTIMEOUT" ]; then |