A. Täffner
2016-01-20 b19173e3782a5cfba9491e0acf5fe9e9ea7b46e4
Test was successful.
1 files modified
2 ■■■ changed files
install/lib/installer_base.lib.php 2 ●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -1517,7 +1517,7 @@
        $this->process_bind_file('dnssec-autopickup.sh', '/server/scripts/');
        $this->process_bind_file('dnssec-autocreate.sh', '/server/scripts/');
        $this->process_bind_file('dnssec-config.sh', '/server/scripts/');
        $this->process_bind_file('named.conf.options', $conf['bind']['bind_zonefiles_dir']);
        $this->process_bind_file('named.conf.options', '/etc/bind/', true); //TODO replace hardcoded path
    }