aboutsummaryrefslogtreecommitdiffstats
path: root/ppp
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-07-12 19:16:21 +0000
committerBill Nottingham <notting@redhat.com>2000-07-12 19:16:21 +0000
commit6fd8ae953acae647fc38ede7829f7e333f96bc94 (patch)
treeacf74f95fd4c41a2021357b4cffae77bc1769efe /ppp
parent938773a4df4410918f8a78a15545806172767140 (diff)
downloadinitscripts-6fd8ae953acae647fc38ede7829f7e333f96bc94.tar
initscripts-6fd8ae953acae647fc38ede7829f7e333f96bc94.tar.gz
initscripts-6fd8ae953acae647fc38ede7829f7e333f96bc94.tar.bz2
initscripts-6fd8ae953acae647fc38ede7829f7e333f96bc94.tar.xz
initscripts-6fd8ae953acae647fc38ede7829f7e333f96bc94.zip
move ip-up.local to after ifup-post, so that it has proper name resolution. Also, kill unused hearbeat stuff.
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ip-up7
1 files changed, 2 insertions, 5 deletions
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