From 0c98067d57606c59866e9ff35f2a6aedaaedaf76 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 10 Apr 2007 10:33:44 +0000 Subject: Misc network fixes so we work on my stable server. Splash plugin removed as splashtuils-1.4 now ships with its own. --- sh/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/net.sh b/sh/net.sh index 30c68fc3..22c22150 100755 --- a/sh/net.sh +++ b/sh/net.sh @@ -553,7 +553,7 @@ stop() { [ -x /sbin/resolvconf ] && resolvconf -d "${IFACE}" - if type predown >/dev/null 2>/dev/null ; then + if type postdown >/dev/null 2>/dev/null ; then ebegin "Running postdown" eindent postdown -- cgit v1.2.3