diff options
author | Bill Nottingham <notting@redhat.com> | 2005-01-07 21:03:50 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-01-07 21:03:50 +0000 |
commit | 21eee82aea45112ec78ad42f59b9d258687991ca (patch) | |
tree | 64ff27dbe5c92eb9ab24b52085b8042e2779192d /sysconfig | |
parent | 290b732f24c0f2ce4678bb40724cd20ad144c0a5 (diff) | |
download | initscripts-21eee82aea45112ec78ad42f59b9d258687991ca.tar initscripts-21eee82aea45112ec78ad42f59b9d258687991ca.tar.gz initscripts-21eee82aea45112ec78ad42f59b9d258687991ca.tar.bz2 initscripts-21eee82aea45112ec78ad42f59b9d258687991ca.tar.xz initscripts-21eee82aea45112ec78ad42f59b9d258687991ca.zip |
return the result of the operation, not the result of nscd
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/network-scripts/network-functions | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |