From cb7a35971277694140bfcdaf45dac5b47b0c5535 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 7 Jan 2005 21:04:54 +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 234352e7..8037e5d7 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -383,7 +383,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