A. Täffner
2016-01-20 c5f49d6cf71974f9804f8d2d4025be39a4231153
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
    }