aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind_zones.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-09 20:12:54 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-09 20:12:54 -0300
commitcefd8a09c4b867cf4a235d7f892c7a8584689dea (patch)
tree9e2fb81a37db5aabe16ff355b72361f7e6ba960b /config/bind/bind_zones.xml
parent77cafbd3579c8207d652a56994789e4b060b87e8 (diff)
downloadpfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.tar.gz
pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.tar.bz2
pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.zip
bind - run named with chroot
Diffstat (limited to 'config/bind/bind_zones.xml')
-rw-r--r--config/bind/bind_zones.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml
index 0656aec7..6b1323a5 100644
--- a/config/bind/bind_zones.xml
+++ b/config/bind/bind_zones.xml
@@ -368,10 +368,10 @@
bind_views_before_form_dest(&amp;$pkg,"bindacls","name","allowquery");
bind_views_before_form_dest(&amp;$pkg,"bindacls","name","allowupdate");
bind_views_before_form_dest(&amp;$pkg,"bindviews","name","view");
- bind_zona_before_form_dest(&amp;$pkg,"bindzone","name","serial");
+ bind_zone_before_form_dest(&amp;$pkg,"bindzone","name","serial");
</custom_php_command_before_form>
<custom_php_validation_command>
- $_POST['serial']=$_POST['serial']+1;
+ $_POST['serial']=date("9U");
</custom_php_validation_command>
<custom_delete_php_command>
bind_sync();