diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-02-20 11:51:38 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-02-20 11:51:38 -0500 |
commit | d8ed83fbcee42bbb7b045a9453cc968749ccac34 (patch) | |
tree | 87b319f4c4234cfc49320c79e41fa598b4efc349 | |
parent | 37e16c4f782174f52ed47b62845001adf781407c (diff) | |
download | pfsense-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.inc | 4 |
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 |