diff options
author | Jim P <jim@pingle.org> | 2012-08-02 04:45:34 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-08-02 04:45:34 -0700 |
commit | 75ca215d7130f4e66c9d8e505e9ec13b955790ae (patch) | |
tree | e2693dc6a5ebe8af601b9a05fedce059e9522fe5 | |
parent | 88358a3ff3f9e182db246e6abdd168669a26bdd5 (diff) | |
parent | 7e998984fb1856a5b54bdab3a11aa6bd892fd584 (diff) | |
download | pfsense-packages-75ca215d7130f4e66c9d8e505e9ec13b955790ae.tar.gz pfsense-packages-75ca215d7130f4e66c9d8e505e9ec13b955790ae.tar.bz2 pfsense-packages-75ca215d7130f4e66c9d8e505e9ec13b955790ae.zip |
Merge pull request #309 from phil-davis/master
Add a matching conf_mount_ro call for squid
-rw-r--r-- | config/squid/squid.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/squid/squid.inc b/config/squid/squid.inc index 6fdddfda..8e426176 100644 --- a/config/squid/squid.inc +++ b/config/squid/squid.inc @@ -1469,5 +1469,6 @@ if [ -z "`ps auxw | grep "[s]quid -D"|awk '{print $2}'`" ];then EOD; conf_mount_rw(); write_rcfile($rc); + conf_mount_ro(); } ?> |