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/ifdown-post | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'sysconfig/network-scripts/ifdown-post') diff --git a/sysconfig/network-scripts/ifdown-post b/sysconfig/network-scripts/ifdown-post index bf1c0c18..5df3f564 100755 --- a/sysconfig/network-scripts/ifdown-post +++ b/sysconfig/network-scripts/ifdown-post @@ -4,18 +4,11 @@ cd /etc/sysconfig/network-scripts -# These are currently unused. -# CONFIG=$1 -# . network-functions -# source_config +CONFIG=$1 +. network-functions +source_config # 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