aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-04-26 08:29:16 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-04-26 08:29:16 -0300
commit8050b40c32ab617af9516beb266ba44b0e5d930d (patch)
tree8419fcaea5c3750056ad53a1f0f6dd9ed007f057 /config/unbound
parentb8b12aa2cafbade7f1ee033de40d2514057a4d51 (diff)
downloadpfsense-packages-8050b40c32ab617af9516beb266ba44b0e5d930d.tar.gz
pfsense-packages-8050b40c32ab617af9516beb266ba44b0e5d930d.tar.bz2
pfsense-packages-8050b40c32ab617af9516beb266ba44b0e5d930d.zip
conf_mount_r* are called inside unbound_initial_setup
Diffstat (limited to 'config/unbound')
-rw-r--r--config/unbound/unbound.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc
index 68a8a122..febc0777 100644
--- a/config/unbound/unbound.inc
+++ b/config/unbound/unbound.inc
@@ -154,11 +154,7 @@ ENDPHP\n";
}
function unbound_install() {
-
- conf_mount_rw();
unbound_initial_setup();
- conf_mount_ro();
-
}
function unbound_control($action) {