* man/chcon.x: New file.
authorJim Meyering <jim@meyering.net>
Thu, 4 Jan 2007 15:41:46 +0000 (16:41 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 29 Mar 2007 19:37:05 +0000 (21:37 +0200)
* man/Makefile.am: Build chcon.1.

ChangeLog
man/Makefile.am
man/chcon.x [new file with mode: 0644]

index 8d4692d..9c74eca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2007-01-04  Jim Meyering  <jim@meyering.net>
 
+       * man/chcon.x: New file.
+       * man/Makefile.am: Build chcon.1.
+
        New program: chcon
        * gl/modules/selinux-at: New module.  Check for libselinux and set
        LIB_SELINUX here, unconditionally, rather than depending on
index 32df9d1..8c5f610 100644 (file)
@@ -18,7 +18,7 @@
 # 02110-1301, USA.
 
 dist_man_MANS = \
-  base64.1 basename.1 cat.1 chgrp.1 chmod.1 chown.1 cksum.1 comm.1 \
+  base64.1 basename.1 cat.1 chcon.1 chgrp.1 chmod.1 chown.1 cksum.1 comm.1 \
   cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
   echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
   head.1 hostname.1 id.1 install.1 join.1 kill.1 \
@@ -45,6 +45,7 @@ common_dep = $(top_srcdir)/configure.ac
 base64.1:      $(common_dep)   $(srcdir)/base64.x      ../src/base64.c
 basename.1:    $(common_dep)   $(srcdir)/basename.x    ../src/basename.c
 cat.1:         $(common_dep)   $(srcdir)/cat.x         ../src/cat.c
+chcon.1:       $(common_dep)   $(srcdir)/chcon.x       ../src/chcon.c
 chgrp.1:       $(common_dep)   $(srcdir)/chgrp.x       ../src/chgrp.c
 chmod.1:       $(common_dep)   $(srcdir)/chmod.x       ../src/chmod.c
 chown.1:       $(common_dep)   $(srcdir)/chown.x       ../src/chown.c
diff --git a/man/chcon.x b/man/chcon.x
new file mode 100644 (file)
index 0000000..8c1ff6f
--- /dev/null
@@ -0,0 +1,4 @@
+[NAME]
+chcon \- change file security context
+[DESCRIPTION]
+.\" Add any additional description here