From e141dd9241884c1d0321a48df58ffcd7ba07c6e6 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Wed, 16 Oct 2013 22:49:11 -0300 Subject: bind - change root folder from /conf symlink to /cf dir --- config/bind/bind.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/bind') diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 44ec0ed1..1bcefa16 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -45,7 +45,7 @@ if ($pf_version > 2.0) else define('BIND_LOCALBASE','/usr/local'); -define('CHROOT_LOCALBASE','/conf/named'); +define('CHROOT_LOCALBASE','/cf/named'); function bind_zone_validate($post, $input_errors){ if (key_exists("mail",$_POST)) @@ -437,7 +437,7 @@ function bind_write_rcfile() { $rc['file'] = 'named.sh'; $rc['start'] = <</dev/null sleep 3 - {$BIND_LOCALBASE}/sbin/named -c /etc/namedb/named.conf -u bind -t /conf/named/ + {$BIND_LOCALBASE}/sbin/named -c /etc/namedb/named.conf -u bind -t /cf/named/ fi EOD; -- cgit v1.2.3