rpms/fedora-usermgmt/devel fedora-usermgmt.spec, 1.12, 1.13 fedora-usermgmt-README, 1.1, 1.2

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Thu Mar 8 18:11:03 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/fedora-usermgmt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18283/devel

Modified Files:
	fedora-usermgmt.spec fedora-usermgmt-README 
Log Message:
- fixed and updated the documentation; especially, added the '-r'
  option to the fedora-useradd example and mentioned the wiki page.



Index: fedora-usermgmt.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-usermgmt/devel/fedora-usermgmt.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fedora-usermgmt.spec	15 Sep 2006 06:30:28 -0000	1.12
+++ fedora-usermgmt.spec	8 Mar 2007 18:10:30 -0000	1.13
@@ -8,7 +8,7 @@
 
 Summary:	Fedora tools for user management
 Name:		fedora-usermgmt
-Version:	0.8.91
+Version:	0.9
 Release:	%release_func 1
 
 License:	GPL
@@ -188,6 +188,10 @@
 
 
 %changelog
+* Thu Mar  8 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.9-1
+- fixed and updated the documentation; especially, added the '-r'
+  option to the fedora-useradd example and mentioned the wiki page.
+
 * Fri Sep 15 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.8.91-1
 - make 'id ...' succeed everytime in the wrapper
 - append a '%%nil' in a new line to %%FE_USERADD_REQ


Index: fedora-usermgmt-README
===================================================================
RCS file: /cvs/extras/rpms/fedora-usermgmt/devel/fedora-usermgmt-README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fedora-usermgmt-README	8 Nov 2004 04:16:50 -0000	1.1
+++ fedora-usermgmt-README	8 Mar 2007 18:10:30 -0000	1.2
@@ -1,17 +1,22 @@
+Please see http://fedoraproject.org/wiki/PackageUserCreation for a
+more complete documentation of the fedora-usermgmt tools.
+
+
+
 This package provides wrappers around useradd, userdel, groupadd and
 groupdel to allow predictable but configurable uids/gids. The syntax
 of these wrappers is:
 
-* fedora-useradd  <uid> <options>+
+* fedora-useradd  <hint-uid> <options>+
 * fedora-userdel  <options>+
-* fedora-groupadd <gid> <options>+
+* fedora-groupadd <hint-gid> <options>+
 * fedora-groupdel <option>+
 
 '<options>' are arguments understood by the shadow-utils programs
-also. The '<uid>'/'<gid>' parameters of the fedora-*add wrappers are
-relative UID/GID. E.g.
+also. The '<hint-uid>'/'<hint-gid>' parameters of the fedora-*add
+wrappers are relative UID/GID. E.g.
 
-| fedora-useradd 42 -d /home/joe joe
+| fedora-useradd 42 -r -d /home/joe joe
 
 will create the user 'joe' having '/home/joe' as homedirectory. The
 number '42' specifies an UID which is added to a configured, system-wide
@@ -53,5 +58,4 @@
 | # touch /var/log/usermgmt
 
 
-Comments and complaints should be reported at http://bugzilla.fedora.us
-or to enrico.scholz at informatik.tu-chemnitz.de.
+Comments and complaints should be reported at http://bugzilla.redhat.com.




More information about the scm-commits mailing list