~ubuntu-branches/ubuntu/trusty/gnome-system-tools/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=== modified file 'gnome-system-tools/src/users/user-profiles.conf.in'
--- gnome-system-tools/src/users/user-profiles.conf.in	2011-12-16 17:08:20 +0000
+++ gnome-system-tools/src/users/user-profiles.conf.in	2014-02-22 18:55:06 +0000
@@ -7,4 +7,4 @@
 [Administrator]
 _Name=Administrator
 _Description=Can change anything on the system, including installing and upgrading software.
-Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,admin,sambashare,lpadmin,video
+Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,sudo,sambashare,lpadmin,video

=== modified file 'gnome-system-tools/src/users/user-settings.h'
--- gnome-system-tools/src/users/user-settings.h	2010-05-31 16:48:21 +0000
+++ gnome-system-tools/src/users/user-settings.h	2014-02-22 18:55:06 +0000
@@ -29,7 +29,7 @@
 #include "users-tool.h"
 #include "user-profiles.h"
 
-#define ADMIN_GROUP "admin"
+#define ADMIN_GROUP "sudo"
 
 
 gboolean        user_delete                      (GtkTreeModel *model,