diff --git a/LICENSES b/LICENSES index faa8729ac..e5e23198f 100644 --- a/LICENSES +++ b/LICENSES @@ -55,4 +55,3 @@ otherwise. - static/themes/default/icons/transmission.png :: [[https://transmissionbt.com/][GPL]] - static/themes/default/icons/ttrss.png :: [[https://tt-rss.org/gitlab/fox/tt-rss][GPL]] - static/themes/default/icons/xmpp.png :: [[https://www.ejabberd.im/][GPL3]] -- static/themes/default/icons/bind.png :: [[https://www.rosehosting.com/blog/wp-content/uploads/2013/11/BIND.png][MPL-2.0]] diff --git a/actions/bind b/actions/bind index ac4bb01bb..c09226922 100755 --- a/actions/bind +++ b/actions/bind @@ -52,7 +52,6 @@ def subcommand_configure(arguments): def set_forwarding(choice): - actions.superuser_run('bind', ['setup']) if choice == False: flag = 0 data = [line.strip() for line in open(CONFIG_FILE, 'r')] diff --git a/plinth/modules/bind/views.py b/plinth/modules/bind/views.py index 80e582866..499969515 100644 --- a/plinth/modules/bind/views.py +++ b/plinth/modules/bind/views.py @@ -31,7 +31,7 @@ from .forms import BindForm class BindServiceView(ServiceView): # pylint: disable=too-many-ancestors - """A specialized view for configuring minetest.""" + """A specialized view for configuring Bind.""" service_id = managed_services[0] diagnostics_module_name = "bind" description = description @@ -45,7 +45,7 @@ class BindServiceView(ServiceView): # pylint: disable=too-many-ancestors return initial def form_valid(self, form): - """Change the configurations of Minetest service.""" + """Change the configurations of Bind service.""" data = form.cleaned_data old_config = get_default() diff --git a/static/themes/default/icons/bind.png b/static/themes/default/icons/bind.png deleted file mode 100644 index 9f6043a6f..000000000 Binary files a/static/themes/default/icons/bind.png and /dev/null differ