index
:
mtk-20170518
master
mtk-20170518
nearest-from-mtk-20170518
MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openwrt
/
package
/
bind
/
files
/
named.init
blob: 97860b3b25fe1510d98d18f64fbb9d91c7fdf913 (
plain
)
1
2
3
4
5
#!/bin/sh
if
[
-f /etc/bind/named.conf
]
;
then
named -c /etc/bind/named.conf
fi