diff options
author | doktornotor <notordoktor@gmail.com> | 2015-12-02 12:06:26 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-12-02 12:06:26 +0100 |
commit | 448e599b54992848d919ed2192702b4db75eb873 (patch) | |
tree | 8376daa70e47cc451a04a7ff00788f469d7ae912 /config/bind | |
parent | 7232eddd2f7305f5f7908f1d449568bddf0506d8 (diff) | |
download | pfsense-packages-448e599b54992848d919ed2192702b4db75eb873.tar.gz pfsense-packages-448e599b54992848d919ed2192702b4db75eb873.tar.bz2 pfsense-packages-448e599b54992848d919ed2192702b4db75eb873.zip |
Add privileges configuration to bind package
Diffstat (limited to 'config/bind')
-rw-r--r-- | config/bind/bind.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/bind/bind.xml b/config/bind/bind.xml index 0f6861fc..2d6c6b88 100644 --- a/config/bind/bind.xml +++ b/config/bind/bind.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>bind</name> - <version>0.4.0</version> + <version>0.4.3</version> <title>BIND: DNS Settings</title> <include_file>/usr/local/pkg/bind.inc</include_file> <menu> @@ -102,6 +102,10 @@ <item>https://packages.pfsense.org/packages/config/bind/bind.inc</item> </additional_files_needed> <additional_files_needed> + <prefix>/etc/inc/priv/</prefix> + <item>https://packages.pfsense.org/packages/config/bind/bind.priv.inc</item> + </additional_files_needed> + <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <item>https://packages.pfsense.org/packages/config/bind/bind_sync.xml</item> </additional_files_needed> |