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

« back to all changes in this revision

Viewing changes to debian/patches/the_admin_group_is_sudo.patch

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-02-26 11:16:13 UTC
  • Revision ID: package-import@ubuntu.com-20140226111613-ba2sk5r2c2ndzg83
Tags: 3.0.0-3ubuntu3
debian/patches/the_admin_group_is_sudo.patch: Change no longer used 
"admin" group to "sudo", thanks Thaddäus Tintenfisch (LP: #1016932)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'gnome-system-tools/src/users/user-profiles.conf.in'
 
2
--- gnome-system-tools/src/users/user-profiles.conf.in  2011-12-16 17:08:20 +0000
 
3
+++ gnome-system-tools/src/users/user-profiles.conf.in  2014-02-22 18:55:06 +0000
 
4
@@ -7,4 +7,4 @@
 
5
 [Administrator]
 
6
 _Name=Administrator
 
7
 _Description=Can change anything on the system, including installing and upgrading software.
 
8
-Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,admin,sambashare,lpadmin,video
 
9
+Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,sudo,sambashare,lpadmin,video
 
10
 
 
11
=== modified file 'gnome-system-tools/src/users/user-settings.h'
 
12
--- gnome-system-tools/src/users/user-settings.h        2010-05-31 16:48:21 +0000
 
13
+++ gnome-system-tools/src/users/user-settings.h        2014-02-22 18:55:06 +0000
 
14
@@ -29,7 +29,7 @@
 
15
 #include "users-tool.h"
 
16
 #include "user-profiles.h"
 
17
 
 
18
-#define ADMIN_GROUP "admin"
 
19
+#define ADMIN_GROUP "sudo"
 
20
 
 
21
 
 
22
 gboolean        user_delete                      (GtkTreeModel *model,
 
23