From f301a34cfba7ec6d231fb6ef2476784facc17218 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 14 Jul 2010 09:06:39 -0400 Subject: [PATCH] Silence this command --- etc/inc/auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc index 7da30578d6..2435ba6533 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(); }