aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/vhosts/vhosts.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc
index cf2f97b8..7ac027b9 100644
--- a/config/vhosts/vhosts.inc
+++ b/config/vhosts/vhosts.inc
@@ -622,7 +622,6 @@ EOF;
function vhosts_install_command() {
global $config;
- conf_mount_rw();
safe_mkdir("/usr/local/vhosts/");
write_rcfile(array(
@@ -637,13 +636,9 @@ function vhosts_install_command() {
function vhosts_deinstall_command() {
- conf_mount_rw();
- stop_service("vhosts-http");
- unlink_if_exists("/usr/local/etc/rc.d/vhosts-http.sh");
exec("/bin/rm -f /usr/local/etc/rc.d/vhosts*");
exec("/bin/rm -f /var/etc/vhosts*");
exec("/bin/rm -rf /usr/local/www/packages/vhosts");
- conf_mount_ro();
}
?>