From 83429940e1c151add6fafcea3ef7e66a57a78105 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 7 Jan 2005 21:05:14 +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/network-functions') diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index e2748ec8..64f2effd 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -352,7 +352,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 v1.2.1