From f7ccedaa791b03bcc8a9601119dc6bea27dc6eae Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 26 Nov 2008 12:10:20 -0500 Subject: Tweak return codes (#242912) We'll see what breaks. --- rc.d/init.d/network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 94fcc628..543af4c5 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -17,7 +17,7 @@ . /etc/init.d/functions if [ ! -f /etc/sysconfig/network ]; then - exit 0 + exit 6 fi . /etc/sysconfig/network @@ -28,7 +28,7 @@ fi # Check that networking is up. -[ "${NETWORKING}" = "no" ] && exit 0 +[ "${NETWORKING}" = "no" ] && exit 6 # if the ip configuration utility isn't around we can't function. [ -x /sbin/ip ] || exit 1 -- cgit v1.2.1