diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-03-30 17:39:27 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-03-30 17:39:27 +0000 |
| commit | 0c501048592325c6659b54ae3f2b5c0cb011b1aa (patch) | |
| tree | 5b906bb7db9cff2b96f7346ccdc11a4f651b64c2 /ppp | |
| parent | 36c734dc4b0a5248b8cced6a725725117d1899fb (diff) | |
only run ifup-post if the ifcfg file is there (#19741)
Diffstat (limited to 'ppp')
| -rw-r--r-- | ppp/ip-up | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ REALDEVICE=$1 export PATH=/sbin:/usr/sbin:/bin:/usr/bin -/etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE} +[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && /etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE} [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@" |
