summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 20:10:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 20:10:08 +0000
commit079948bd272118865ee777adb54e6451673fb6d4 (patch)
treebbb0ad21967632cb1e504584aaad3192d42c875b /usr/local/www/pkg_mgr_install.php
parentcfc8ff288349c5ba4c48430dae6822967fd05752 (diff)
downloadpfsense-079948bd272118865ee777adb54e6451673fb6d4.zip
pfsense-079948bd272118865ee777adb54e6451673fb6d4.tar.gz
Use sync_webgui_passwords()
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 6e37e79..2f127c5 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -109,8 +109,7 @@ Rounded("div#mainareapkg","bl br","#FFF","#eeeeee","smooth");
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");
+sync_webgui_passwords();
switch($_GET['mode']) {
case "delete":
OpenPOWER on IntegriCloud