Merged ipt_time to 2.6 kernel and added ipt_time for all 2.4 archs, closes #185
[openwrt.git] / 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.047593 seconds and 5 git commands to generate.