From 76b9c85768b2afdb146bcad72f120d4cd624b2f3 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Thu, 6 Nov 1997 20:24:15 +0000 Subject: PPP debugging fixed. PPP Persisting fixed. Moved netreport stuff into one place. --- sysconfig/network-scripts/ifup-post | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysconfig/network-scripts/ifup-post') diff --git a/sysconfig/network-scripts/ifup-post b/sysconfig/network-scripts/ifup-post index dd1f8389..6a57d866 100755 --- a/sysconfig/network-scripts/ifup-post +++ b/sysconfig/network-scripts/ifup-post @@ -35,12 +35,6 @@ if [ `hostname` = '(none)' -o `hostname` = localhost -a ${DEVICE} != lo ]; then fi # Notify programs that have requested notification -( cd /var/run/netreport || exit - for i in * ; do - [ -f $i ] && \ - kill -SIGIO $i >/dev/null 2>&1 || \ - rm -f $i >/dev/null 2>&1 - done -) +do_netreport exit 0 -- cgit v1.2.1