| | |
| | | chmod($content, 2770); |
| | | |
| | | //* Install scripts for dnssec implementation |
| | | $this->process_bind_file('dnssec-update.sh', '/server/scripts/'); |
| | | $this->process_bind_file('dnssec-create.sh', '/server/scripts/'); |
| | | $this->process_bind_file('dnssec-delete.sh', '/server/scripts/'); |
| | | $this->process_bind_file('dnssec-autoupdate.sh', '/server/scripts/'); |
| | | $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', '/etc/bind/', true); //TODO replace hardcoded path |
| | | } |
| | | |