aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-20 11:51:38 -0500
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-20 11:51:38 -0500
commitd8ed83fbcee42bbb7b045a9453cc968749ccac34 (patch)
tree87b319f4c4234cfc49320c79e41fa598b4efc349
parent37e16c4f782174f52ed47b62845001adf781407c (diff)
downloadpfsense-packages-d8ed83fbcee42bbb7b045a9453cc968749ccac34.tar.gz
pfsense-packages-d8ed83fbcee42bbb7b045a9453cc968749ccac34.tar.bz2
pfsense-packages-d8ed83fbcee42bbb7b045a9453cc968749ccac34.zip
Make this package work on embedded (shhh, don't tell anyone).
-rw-r--r--config/siproxd.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/siproxd.inc b/config/siproxd.inc
index ee1230c9..bfa5529b 100644
--- a/config/siproxd.inc
+++ b/config/siproxd.inc
@@ -73,6 +73,8 @@ function siproxd_generate_rules($type) {
function sync_package_siproxd() {
global $config;
+ conf_mount_rw();
+
unlink_if_exists("/usr/local/etc/rc.d/siproxd");
$conf = &$config['installedpackages']['siproxd']['config'][0];
@@ -167,6 +169,8 @@ function sync_package_siproxd() {
start_service("siproxd");
filter_configure();
+
+ conf_mount_ro();
}
?> \ No newline at end of file