rpms/coreutils/devel coreutils-selinux.patch,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 12 16:07:46 UTC 2007


Author: dwalsh

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

Modified Files:
	coreutils-selinux.patch 
Log Message:
Change manpage to include SELinux in order to fix whatis database

coreutils-selinux.patch:
 README             |    4 
 configure.ac       |    7 
 man/Makefile.am    |    4 
 man/chcon.1        |   64 ++++++++
 man/chcon.x        |    4 
 man/cp.1           |    5 
 man/dir.1          |   14 +
 man/id.1           |    3 
 man/install.1      |    5 
 man/ls.1           |   14 +
 man/mkdir.1        |    2 
 man/mkfifo.1       |    3 
 man/mknod.1        |    3 
 man/runcon.1       |   45 +++++
 man/runcon.x       |   14 +
 man/stat.1         |    6 
 man/vdir.1         |   14 +
 src/Makefile.am    |   23 +-
 src/chcon.c        |  421 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/copy.c         |   73 +++++++++
 src/copy.h         |    4 
 src/cp.c           |   67 ++++++++
 src/id.c           |   68 ++++++++
 src/install.c      |   99 ++++++++++++
 src/ls.c           |  209 +++++++++++++++++++++++++-
 src/mkdir.c        |   30 +++
 src/mkfifo.c       |   33 ++++
 src/mknod.c        |   30 +++
 src/mv.c           |   13 +
 src/runcon.c       |  253 +++++++++++++++++++++++++++++++
 src/stat.c         |  146 ++++++++++++++----
 tests/help-version |    4 
 32 files changed, 1630 insertions(+), 54 deletions(-)

Index: coreutils-selinux.patch
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils-selinux.patch,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- coreutils-selinux.patch	10 Jan 2007 14:13:03 -0000	1.32
+++ coreutils-selinux.patch	12 Jan 2007 16:07:44 -0000	1.33
@@ -2301,7 +2301,7 @@
 @@ -0,0 +1,64 @@
 +.TH CHCON 1 "July 2003" "chcon (coreutils) 5.0" "User Commands"
 +.SH NAME
-+chcon \- change security context
++chcon \- change SELinux security context
 +.SH SYNOPSIS
 +.B chcon
 +[\fIOPTION\fR]...\fI CONTEXT FILE\fR...
@@ -2473,7 +2473,7 @@
 @@ -0,0 +1,45 @@
 +.TH RUNCON "1" "February 2005" "runcon (coreutils) 5.0" "selinux"
 +.SH NAME
-+runcon \- run command with specified security context 
++runcon \- run command with specified SELinux security context 
 +.SH SYNOPSIS
 +.B runcon
 +[\fI-c\fR] [\fI-t TYPE\fR] [\fI-l LEVEL\fR] [\fI-u USER\fR] [\fI-r ROLE\fR] \fICOMMAND\fR [\fIARGS...\fR]




More information about the fedora-cvs-commits mailing list