[sysadmin-bin] don't warn about missing sysadmins; nobody cares



commit bb80456e1275d995b50064ada61accdea61def28
Author: Olav Vitters <olav vitters nl>
Date:   Tue May 22 14:10:06 2012 +0200

    don't warn about missing sysadmins; nobody cares

 create-auth |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index b705e68..9fc3406 100755
--- a/create-auth
+++ b/create-auth
@@ -310,7 +310,6 @@ def build_user_hash(group_list, restrict=None):
     # get a list of all the users.  Keep them in a hashtable to avoid duplicates
     wheel = get_uids_from_wheel()
     sysadmin = get_uids_from_group('sysadmin')
-    print_user_list('Sysadmins not in wheel', sysadmin - wheel)
     print_user_list('Ex-sysadmins to be removed from wheel', wheel - sysadmin)
     users.update(wheel)
     users.update(sysadmin)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]