do not use make install to make the package, .h is unneeded in the package
[openwrt.git] / openwrt / package / bind / files / named.init
1 #!/bin/sh
2
3 if [ -f /etc/bind/named.conf ]; then
4 named -c /etc/bind/named.conf
5 fi
This page took 0.053373 seconds and 5 git commands to generate.