mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
bind9 package version 1:9.16.1-2 in unstable renamed bind9.service to named.service. The new service file contains Alias=bind9.service. Use this support multiple versions of the package across Debian stable, testing and unstable. Closes: #1816. Tests performed: - Enable the service. 'service enable bind9' is called but fails with error ignored. 'service enable named' is also called but succeeds. Running 'service is-enable bind9' and 'service is-enabled named' return success. App page show enabled, there are no errors on the page. - When app is enabled, there is no message that service is not running. - When diagnostics are run, it shows that bind9 service is running. - Disable the app. 'service disable bind9' is called. Running 'service is-enable bind9' and 'service is-enabled named' return errors. App page shows disabled, there are no errors. - Repeat tests on Debian stable. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>