From 21eee82aea45112ec78ad42f59b9d258687991ca Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 7 Jan 2005 21:03:50 +0000 Subject: return the result of the operation, not the result of nscd --- sysconfig/network-scripts/network-functions | 1 - 1 file changed, 1 deletion(-) (limited to 'sysconfig/network-scripts') diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index 83779448..5ba95735 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -391,7 +391,6 @@ change_resolv_conf () if [ $r -eq 0 ]; then /sbin/initlog -f local7 -p notice -n NET -s "$0 : updated /etc/resolv.conf"; [ -e /var/lock/subsys/nscd ] && /usr/sbin/nscd -i hosts; # invalidate cache - return $?; fi; return $r; } -- cgit