diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-09 20:12:54 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-09 20:12:54 -0300 |
commit | cefd8a09c4b867cf4a235d7f892c7a8584689dea (patch) | |
tree | 9e2fb81a37db5aabe16ff355b72361f7e6ba960b /config/bind/pkg_bind.inc | |
parent | 77cafbd3579c8207d652a56994789e4b060b87e8 (diff) | |
download | pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.tar.gz pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.tar.bz2 pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.zip |
bind - run named with chroot
Diffstat (limited to 'config/bind/pkg_bind.inc')
-rw-r--r-- | config/bind/pkg_bind.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bind/pkg_bind.inc b/config/bind/pkg_bind.inc index 8c79c900..23daed8e 100644 --- a/config/bind/pkg_bind.inc +++ b/config/bind/pkg_bind.inc @@ -6,6 +6,6 @@ $shortcuts['bind'] = array(); $shortcuts['bind']['main'] = "pkg_edit.php?xml=bind.xml"; $shortcuts['bind']['log'] = "diag_logs.php"; $shortcuts['bind']['status'] = "status_services.php"; -$shortcuts['bind']['service'] = "bind"; +$shortcuts['bind']['service'] = "named"; ?> |