aboutsummaryrefslogtreecommitdiffstats
path: root/config/stunnel
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 10:00:59 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 10:00:59 +0200
commit125b62c3a894c398071155b678d100ccb4d5c210 (patch)
treec98547b0a65700ed34cedfc6d79cc2e3eefc977e /config/stunnel
parent0debbeb95915bfb4972c016777e6198e1ef000ee (diff)
downloadpfsense-packages-125b62c3a894c398071155b678d100ccb4d5c210.tar.gz
pfsense-packages-125b62c3a894c398071155b678d100ccb4d5c210.tar.bz2
pfsense-packages-125b62c3a894c398071155b678d100ccb4d5c210.zip
Remove useless remount calls
These are dealt with by install_package() from pkg-utils.inc.
Diffstat (limited to 'config/stunnel')
-rw-r--r--config/stunnel/stunnel.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/stunnel/stunnel.inc b/config/stunnel/stunnel.inc
index 4398a0dc..7f3f9338 100644
--- a/config/stunnel/stunnel.inc
+++ b/config/stunnel/stunnel.inc
@@ -218,7 +218,6 @@ function stunnel_install() {
write_rcfile($_rcfile);
unlink_if_exists("/usr/local/etc/rc.d/stunnel");
- conf_mount_rw();
$fout = fopen(STUNNEL_ETCDIR . "/stunnel.conf","w");
fwrite($fout, "cert = " . STUNNEL_ETCDIR . "/stunnel.pem \n");
fwrite($fout, "chroot = /var/tmp/stunnel \n");
@@ -234,7 +233,6 @@ function stunnel_install() {
}
}
fclose($fout);
- conf_mount_ro();
}
function stunnel_deinstall() {