From 33a1414c76dd2830bb392d8d6707eb4f73396021 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 7 Jan 2011 15:25:46 -0500 Subject: Remove rw/ro calls in siproxd sync functions, the rw/ro switch should be handled by the package code. --- config/siproxd.inc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config') diff --git a/config/siproxd.inc b/config/siproxd.inc index 8e74143e..381e5221 100644 --- a/config/siproxd.inc +++ b/config/siproxd.inc @@ -31,7 +31,6 @@ if(!function_exists("filter_configure")) require_once("filter.inc"); function sync_package_sipproxd_users() { - conf_mount_rw(); global $config; $fout = fopen("/usr/local/etc/siproxd_passwd.cfg","w"); fwrite($fout, "# This file was automatically generated by the pfSense\n# package management system.\n\n"); @@ -41,7 +40,6 @@ function sync_package_sipproxd_users() { } } fclose($fout); - conf_mount_ro(); system("/usr/bin/killall -HUP siproxd"); } @@ -95,8 +93,6 @@ function siproxd_generate_rules($type) { function sync_package_siproxd() { global $config; - conf_mount_rw(); - $siproxd_chroot = "/var/siproxd/"; @mkdir($siproxd_chroot); @chown($siproxd_chroot, "nobody"); @@ -248,9 +244,6 @@ function sync_package_siproxd() { sleep(3); filter_configure(); - - conf_mount_ro(); - } function validate_form_siproxd($post, $input_errors) { -- cgit v1.2.3