projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7beba7
)
merger r15216 to 8.09
author
Florian Fainelli
<florian@openwrt.org>
Sun, 12 Apr 2009 14:54:56 +0000
(14:54 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 12 Apr 2009 14:54:56 +0000
(14:54 +0000)
SVN-Revision: 15217
net/bind/files/named.init
patch
|
blob
|
history
diff --git
a/net/bind/files/named.init
b/net/bind/files/named.init
index b845e898aae3374bd52a960038c5fe32419ce0ea..8188b185f24db6e150122a9a39b751ff1a75de56 100644
(file)
--- 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