diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1999-09-07 01:48:59 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1999-09-07 01:48:59 +0000 |
commit | 9488c4cdd6895c00ca4e521473f488955d45a308 (patch) | |
tree | aef8be5163d91f42bd39eef1551018cacec1f29f /ppp | |
parent | 57487e296e885786382588f547d259bec4c3595e (diff) | |
download | initscripts-9488c4cdd6895c00ca4e521473f488955d45a308.tar initscripts-9488c4cdd6895c00ca4e521473f488955d45a308.tar.gz initscripts-9488c4cdd6895c00ca4e521473f488955d45a308.tar.bz2 initscripts-9488c4cdd6895c00ca4e521473f488955d45a308.tar.xz initscripts-9488c4cdd6895c00ca4e521473f488955d45a308.zip |
first attempt at integrating ppp-watch
Diffstat (limited to 'ppp')
-rw-r--r-- | ppp/ip-up | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -8,9 +8,6 @@ REALDEVICE=$1 export PATH=/sbin:/usr/sbin:/bin:/usr/bin -echo "$REALDEVICE" > /var/run/ppp-$LOGDEVICE.dev -chmod a+r /var/run/ppp-$LOGDEVICE.dev - [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local $* # Used for clustering heartbeat monitoring stuff. |