Skip to content

Commit 708b93b

Browse files
author
A. Täffner
committed
PHP-Variants are working. Need to create a cronjob then basic implementation is ready.
Next step is to implement some DNSSEC-Requiring Record Types uon request of some others (will be within this branch before removing the WIP state)
1 parent b426313 commit 708b93b

File tree

9 files changed

+68
-282
lines changed

9 files changed

+68
-282
lines changed

install/lib/installer_base.lib.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,13 +1510,6 @@ public function configure_bind() {
15101510
chmod($content, 2770);
15111511

15121512
//* Install scripts for dnssec implementation
1513-
$this->process_bind_file('dnssec-update.sh', '/server/scripts/');
1514-
$this->process_bind_file('dnssec-create.sh', '/server/scripts/');
1515-
$this->process_bind_file('dnssec-delete.sh', '/server/scripts/');
1516-
$this->process_bind_file('dnssec-autoupdate.sh', '/server/scripts/');
1517-
$this->process_bind_file('dnssec-autopickup.sh', '/server/scripts/');
1518-
$this->process_bind_file('dnssec-autocreate.sh', '/server/scripts/');
1519-
$this->process_bind_file('dnssec-config.sh', '/server/scripts/');
15201513
$this->process_bind_file('named.conf.options', '/etc/bind/', true); //TODO replace hardcoded path
15211514
}
15221515

install/tpl/dnssec-autocreate.sh.master

Lines changed: 0 additions & 15 deletions
This file was deleted.

install/tpl/dnssec-autopickup.sh.master

Lines changed: 0 additions & 49 deletions
This file was deleted.

install/tpl/dnssec-autoupdate.sh.master

Lines changed: 0 additions & 22 deletions
This file was deleted.

install/tpl/dnssec-config.sh.master

Lines changed: 0 additions & 19 deletions
This file was deleted.

install/tpl/dnssec-create.sh.master

Lines changed: 0 additions & 82 deletions
This file was deleted.

install/tpl/dnssec-delete.sh.master

Lines changed: 0 additions & 26 deletions
This file was deleted.

install/tpl/dnssec-update.sh.master

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)