aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-01-07 21:03:23 +0000
committerBill Nottingham <notting@redhat.com>2005-01-07 21:03:23 +0000
commitd88bd50ba3874fc9d78d8ef12e5bab8d40927c70 (patch)
tree51fed42a95849fab4d1a6d0100ee09d21f56c31b /sysconfig
parent5146b278cf9827ccb07c583ba8d5e39c1d3d07f9 (diff)
downloadinitscripts-d88bd50ba3874fc9d78d8ef12e5bab8d40927c70.tar
initscripts-d88bd50ba3874fc9d78d8ef12e5bab8d40927c70.tar.gz
initscripts-d88bd50ba3874fc9d78d8ef12e5bab8d40927c70.tar.bz2
initscripts-d88bd50ba3874fc9d78d8ef12e5bab8d40927c70.tar.xz
initscripts-d88bd50ba3874fc9d78d8ef12e5bab8d40927c70.zip
return the result of the operation, not the result of nscd
Diffstat (limited to 'sysconfig')
-rw-r--r--sysconfig/network-scripts/network-functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index b5dd7437..eda9d3e1 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -390,7 +390,6 @@ change_resolv_conf ()
if [ $r -eq 0 ]; then
logger -p local7.notice -t "NET" -i "$0 : updated /etc/resolv.conf";
[ -e /var/lock/subsys/nscd ] && /usr/sbin/nscd -i hosts; # invalidate cache
- return $?;
fi;
return $r;
}