Add option to enable/disable httpd, lighttpd, webkit and gnash packages
[hvlinux.git] / stage3 / bootscripts / named
index 108a452..289215a 100755 (executable)
@@ -10,7 +10,7 @@ log_script_name "$0 $*"
 
 DAEMON=/usr/sbin/named
 DAEMON_DESC="BIND server"
-DAEMON_OPTS="-u named -t /home/named -c /etc/named.conf"
+DAEMON_OPTS="-u named -t /srv/named -c /etc/named.conf"
 
 init_resolver()
 {