diff options
author | Bill Nottingham <notting@redhat.com> | 1999-07-26 19:03:33 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-07-26 19:03:33 +0000 |
commit | 5dbdf14914f1c800cebac32e64ed9f065d82ebbd (patch) | |
tree | e38ed2388dfd005c68150962752847b218409429 | |
parent | 081ee6e282f8b44b9b9fc90ccb528e4ca04dacf6 (diff) | |
download | initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar.gz initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar.bz2 initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar.xz initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.zip |
added stuff for heartbeat monitoring
-rw-r--r-- | ppp/ip-up | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ 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. +[ -x /etc/ppp/ip-up.heart ] && /etc/ppp/ip-up.heart $* + /etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE} exit 0 |