merger r15216 to 8.09
authorFlorian Fainelli <florian@openwrt.org>
Sun, 12 Apr 2009 14:54:56 +0000 (14:54 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 12 Apr 2009 14:54:56 +0000 (14:54 +0000)
SVN-Revision: 15217

net/bind/files/named.init

index b845e898aae3374bd52a960038c5fe32419ce0ea..8188b185f24db6e150122a9a39b751ff1a75de56 100644 (file)
@@ -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