From b49499f63193f2e1be55badd92b0c7ed203e8dc7 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Thu, 18 Sep 1997 19:49:46 +0000 Subject: Support alternative device configurations. --- sysconfig/network-scripts/ifdown-post | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifdown-post') diff --git a/sysconfig/network-scripts/ifdown-post b/sysconfig/network-scripts/ifdown-post index cb7ce8c1..bf1c0c18 100755 --- a/sysconfig/network-scripts/ifdown-post +++ b/sysconfig/network-scripts/ifdown-post @@ -4,7 +4,10 @@ cd /etc/sysconfig/network-scripts -. $1 +# These are currently unused. +# CONFIG=$1 +# . network-functions +# source_config # Notify programs that have requested notification ( cd /var/run/netreport || exit -- cgit