/usr/share/zentyal-dns/enable-module is in zentyal-dns 2.3.3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/bash
# stop bind9
invoke-rc.d bind9 stop
# remove startup link
update-rc.d -f bind9 remove
chmod g+w /etc/bind
|