summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1999-09-07 20:02:58 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1999-09-07 20:02:58 +0000
commite244e1a8bd5b50b54439dbe29a4a16856ab8f2a6 (patch)
tree2639eb561ea286839a13bc3891947e28bf908314
parent2002a1c064ad7ca9e1491defe6b23bbb7bf458f3 (diff)
downloadinitscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.tar.gz
initscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.tar.xz
initscripts-e244e1a8bd5b50b54439dbe29a4a16856ab8f2a6.zip
work with ppp-watch
-rwxr-xr-xsysconfig/network-scripts/ifup-ppp1
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