summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-10 20:16:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-10 20:16:30 +0000
commitceae1304b54df09ad14943e04b02ceeb0c90d63c (patch)
tree9eb05955b1e10e5f801efa9bf16adbc0da4df9c9 /usr/local/www/pkg_mgr_install.php
parent7652d259ba6b0b0235db1939e303fe902ab2528b (diff)
downloadpfsense-ceae1304b54df09ad14943e04b02ceeb0c90d63c.zip
pfsense-ceae1304b54df09ad14943e04b02ceeb0c90d63c.tar.gz
Sync password database before installation.
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index b2c50f9..6e37e79 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -110,6 +110,7 @@ conf_mount_rw();
/* resync password database to avoid out of sync issues */
mwexec("/usr/sbin/pwd_mkdb -d /etc/ /etc/master.passwd");
+mwexec("/usr/sbin/pwd_mkdb /etc/master.passwd");
switch($_GET['mode']) {
case "delete":
OpenPOWER on IntegriCloud