From 6fd8ae953acae647fc38ede7829f7e333f96bc94 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 12 Jul 2000 19:16:21 +0000 Subject: move ip-up.local to after ifup-post, so that it has proper name resolution. Also, kill unused hearbeat stuff. --- ppp/ip-up | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ppp') diff --git a/ppp/ip-up b/ppp/ip-up index 7f213eac..26b1eda0 100644 --- a/ppp/ip-up +++ b/ppp/ip-up @@ -8,11 +8,8 @@ REALDEVICE=$1 export PATH=/sbin:/usr/sbin:/bin:/usr/bin -[ -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} +[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@" + exit 0 -- cgit v1.2.1