packages/net/bind/files/named.init
2006-07-31 12:43:09 +00:00

6 lines
82 B
Bash
Executable File

#!/bin/sh
if [ -f /etc/bind/named.conf ]; then
named -c /etc/bind/named.conf
fi