diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-25 14:29:25 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-25 14:29:25 -0400 |
commit | ca8e7d456082798f9d65ea4f70472f19f2bcc6db (patch) | |
tree | 36fc18c810a78eb4ffeeae1c8760c5dbb629c170 /etc | |
parent | e18e4ed49ffb1c4d7d5fbcb97d2b96c6ee2c5e68 (diff) | |
download | pfsense-ca8e7d456082798f9d65ea4f70472f19f2bcc6db.zip pfsense-ca8e7d456082798f9d65ea4f70472f19f2bcc6db.tar.gz |
Add missing conf_mount_ro();
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pkg-utils.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index 6e60277..c721ea6 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -47,6 +47,7 @@ if($g['platform'] == "pfSense") { conf_mount_rw(); safe_mkdir("/usr/local/pkg"); safe_mkdir("/usr/local/pkg/pf"); + conf_mount_ro(); } /****f* pkg-utils/remove_package |