diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-04-26 08:29:16 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-04-26 08:29:16 -0300 |
commit | 8050b40c32ab617af9516beb266ba44b0e5d930d (patch) | |
tree | 8419fcaea5c3750056ad53a1f0f6dd9ed007f057 | |
parent | b8b12aa2cafbade7f1ee033de40d2514057a4d51 (diff) | |
download | pfsense-packages-8050b40c32ab617af9516beb266ba44b0e5d930d.tar.gz pfsense-packages-8050b40c32ab617af9516beb266ba44b0e5d930d.tar.bz2 pfsense-packages-8050b40c32ab617af9516beb266ba44b0e5d930d.zip |
conf_mount_r* are called inside unbound_initial_setup
-rw-r--r-- | config/unbound/unbound.inc | 4 |
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) { |