diff options
author | jim-p <jimp@pfsense.org> | 2010-07-14 09:06:39 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-07-14 09:13:55 -0400 |
commit | f301a34cfba7ec6d231fb6ef2476784facc17218 (patch) | |
tree | b54077d203e956f6db0367d41631f75ca4610bae /etc | |
parent | 780e7dc58845ab40ab7119f7b3f3dc268d63f326 (diff) | |
download | pfsense-f301a34cfba7ec6d231fb6ef2476784facc17218.zip pfsense-f301a34cfba7ec6d231fb6ef2476784facc17218.tar.gz |
Silence this command
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/auth.inc | 2 |
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(); } |