Package: gnome-system-tools
Version: 2.22.0-1
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

users-admin profiles allow classes of users to be pre-defined
to make setting up certain types of users easier.

The attached patch is used in Ubuntu to add profiles to the package,
please consider applying it.


Thanks,

James

=== modified file 'debian/gnome-system-tools.install'
--- debian/gnome-system-tools.install	2008-06-24 11:04:34 +0000
+++ debian/gnome-system-tools.install	2008-06-24 11:28:03 +0000
@@ -1,3 +1,4 @@
+debian/profiles etc/gnome-system-tools/users/
 debian/pixmaps/boot.xpm usr/share/gnome-system-tools/pixmaps/
 debian/pixmaps/disks.xpm usr/share/gnome-system-tools/pixmaps/
 debian/pixmaps/services.xpm usr/share/gnome-system-tools/pixmaps/
=== added file 'debian/profiles'
--- debian/profiles	1970-01-01 00:00:00 +0000
+++ debian/profiles	2008-06-24 11:04:27 +0000
@@ -0,0 +1,27 @@
+[Unprivileged]
+name=Unprivileged
+name[es]=Usuario sin privilegios
+shell=/bin/bash
+home-prefix=/home
+uid-min=1000
+uid-max=6000
+
+[Desktop]
+name=Desktop user
+name[es]=Usuario del escritorio
+default=1
+shell=/bin/bash
+home-prefix=/home
+uid-min=1000
+uid-max=6000
+groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,video
+
+[Administrator]
+name=Administrator
+name[es]=Administrador
+shell=/bin/bash
+home-prefix=/home
+uid-min=1000
+uid-max=6000
+groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,admin,sambashare,lpadmin,video
+

Reply via email to