From: Florian Fainelli Date: Sun, 12 Apr 2009 14:54:56 +0000 (+0000) Subject: merger r15216 to 8.09 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d4028aa10892c0a88cbf8f182dc05240ff0982a4;p=openwrt%2Fsvn-archive%2Fpackages.git merger r15216 to 8.09 SVN-Revision: 15217 --- diff --git a/net/bind/files/named.init b/net/bind/files/named.init index b845e898a..8188b185f 100644 --- a/net/bind/files/named.init +++ b/net/bind/files/named.init @@ -9,7 +9,7 @@ start() { /usr/sbin/named -c $config_file - if [ $? -eq 0 ] + if [ $? -ne 0 ] then echo " isc-bind failed to start" fi