summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 17:49:17 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:05 +0200
commit23c34b8bd9d446f6f001450a3d583efbf6dc37b0 (patch)
tree10e688f2bc5319fdc3b64bd61c4edbfa9314914a
parente4779654bd1dfde6f349f3554ff1b31ee5b7408e (diff)
downloadcoreutils-23c34b8bd9d446f6f001450a3d583efbf6dc37b0.tar.xz
* AUTHORS: Add chcon.
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog-selinux2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5200633a8..11e02c5a7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ each followed by the name(s) of its author(s).
base64: Simon Josefsson
basename: FIXME unknown
cat: Torbjorn Granlund, Richard M. Stallman
+chcon: Russell Coker, Jim Meyering
chgrp: David MacKenzie, Jim Meyering
chmod: David MacKenzie, Jim Meyering
chown: David MacKenzie, Jim Meyering
diff --git a/ChangeLog-selinux b/ChangeLog-selinux
index 0424a17e5..881e376b7 100644
--- a/ChangeLog-selinux
+++ b/ChangeLog-selinux
@@ -1,5 +1,7 @@
2007-01-13 Jim Meyering <jim@meyering.net>
+ * AUTHORS: Add chcon.
+
* src/c99-to-c89.diff: Remove trailing blanks.
* src/chcon.c: Don't include "dirname.h". system.h already includes it.