aboutsummaryrefslogtreecommitdiffstats
path: root/ppp
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-07-26 19:03:33 +0000
committerBill Nottingham <notting@redhat.com>1999-07-26 19:03:33 +0000
commit5dbdf14914f1c800cebac32e64ed9f065d82ebbd (patch)
treee38ed2388dfd005c68150962752847b218409429 /ppp
parent081ee6e282f8b44b9b9fc90ccb528e4ca04dacf6 (diff)
downloadinitscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar
initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar.gz
initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar.bz2
initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.tar.xz
initscripts-5dbdf14914f1c800cebac32e64ed9f065d82ebbd.zip
added stuff for heartbeat monitoring
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ip-up3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppp/ip-up b/ppp/ip-up
index 6e98fbcc..b4b14da6 100644
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -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