rpms/coreutils/devel coreutils-5.2.1-runuser.patch, 1.12, 1.13 coreutils.spec, 1.141, 1.142

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 11 16:16:10 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/coreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14260

Modified Files:
	coreutils-5.2.1-runuser.patch coreutils.spec 
Log Message:
* Mon Sep 11 2006 Tim Waugh <twaugh at redhat.com>
- Include -g/-G in runuser man page (part of bug #199344).

coreutils-5.2.1-runuser.patch:
 AUTHORS            |    1 
 README             |    2 
 man/Makefile.am    |    3 -
 man/runuser.1      |   68 ++++++++++++++++++++++++++++++
 man/runuser.x      |    4 +
 src/Makefile.am    |    8 ++-
 src/su.c           |  118 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 tests/help-version |    1 
 8 files changed, 192 insertions(+), 13 deletions(-)

Index: coreutils-5.2.1-runuser.patch
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils-5.2.1-runuser.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- coreutils-5.2.1-runuser.patch	11 Sep 2006 12:37:06 -0000	1.12
+++ coreutils-5.2.1-runuser.patch	11 Sep 2006 16:16:03 -0000	1.13
@@ -311,7 +311,7 @@
 +.\" Add any additional description here
 --- /dev/null	2006-09-11 09:20:12.657562250 +0100
 +++ coreutils-5.97/man/runuser.1	2006-09-11 13:34:45.000000000 +0100
-@@ -0,0 +1,62 @@
+@@ -0,0 +1,68 @@
 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
 +.TH RUNUSER "1" "September 2004" "runuser (coreutils) 5.2.1" "User Commands"
 +.SH NAME
@@ -336,6 +336,12 @@
 +\fB\-f\fR, \fB\-\-fast\fR
 +pass \fB\-f\fR to the shell (for csh or tcsh)
 +.TP
++\fB\-g\fR, \fB\-\-group\fR=\fIGROUP\fR
++specify the primary group
++.TP
++\fB\-G\fR, \fB\-\-supp-group\fR=\fIGROUP\fR
++specify a supplemental group
++.TP
 +\fB\-m\fR, \fB\-\-preserve\-environment\fR
 +do not reset environment variables
 +.TP


Index: coreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- coreutils.spec	11 Sep 2006 12:37:06 -0000	1.141
+++ coreutils.spec	11 Sep 2006 16:16:03 -0000	1.142
@@ -281,6 +281,7 @@
 
 %changelog
 * Mon Sep 11 2006 Tim Waugh <twaugh at redhat.com>
+- Include -g/-G in runuser man page (part of bug #199344).
 - Corrected runuser man page (bug #200620).
 
 * Thu Aug 24 2006 Tim Waugh <twaugh at redhat.com> 5.97-9




More information about the fedora-cvs-commits mailing list