summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-07-14 09:06:39 -0400
committerjim-p <jimp@pfsense.org>2010-07-14 09:13:55 -0400
commitf301a34cfba7ec6d231fb6ef2476784facc17218 (patch)
treeb54077d203e956f6db0367d41631f75ca4610bae
parent780e7dc58845ab40ab7119f7b3f3dc268d63f326 (diff)
downloadpfsense-f301a34cfba7ec6d231fb6ef2476784facc17218.zip
pfsense-f301a34cfba7ec6d231fb6ef2476784facc17218.tar.gz
Silence this command
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 7da3057..2435ba6 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -361,7 +361,7 @@ function local_user_set(& $user) {
}
$un = $lock_account ? "" : "un";
- exec("/usr/sbin/pw {$un}lock {$user_name}");
+ exec("/usr/sbin/pw {$un}lock -q {$user_name}");
conf_mount_ro();
}
OpenPOWER on IntegriCloud