su: remove program (util-linux is now the best source for it)
authorJim Meyering <meyering@redhat.com>
Fri, 25 May 2012 16:10:25 +0000 (18:10 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 6 Jun 2012 20:33:08 +0000 (22:33 +0200)
commit928dd73762e69cfeaab4a7ec9dd8f30f86a45ed4
treed516a7d38c14b3a650b2ac9225be6028297a38fc
parent7b6ce030cc54b34c7fc8a87a0c89137fb5c78a50
su: remove program (util-linux is now the best source for it)

* README: Omit "su" from list of programs.
* src/su.c: Remove file.
* src/Makefile.am: Remove su-related rules and variables.
* tests/misc/su-fail: Remove test.
* tests/Makefile.am (TESTS): Remove misc/su-fail.
* tests/misc/invalid-opt: Remove su-related code.
* src/.gitignore: Remove su.
* man/su.x: Remove file.
* man/Makefile.am (su.1): Remove rule.
* po/POTFILES.in: Remove su.c from the list.
* TODO: Remove ancient entry.
* NEWS (Changes in behavior): Mention it.
* doc/coreutils.texi: Remove su-related description.
* AUTHORS: Remove su.
* m4/lib-check.m4 (cu_LIB_CHECK): Remove file/macro.
* configure.ac: Remove su-related code and sole use of cu_LIB_CHECK.
* scripts/git-hooks/commit-msg: Remove su from this list, too.
19 files changed:
AUTHORS
NEWS
README
TODO
configure.ac
doc/coreutils.texi
m4/lib-check.m4 [deleted file]
man/.gitignore
man/Makefile.am
man/su.x [deleted file]
po/POTFILES.in
scripts/git-hooks/commit-msg
src/.gitignore
src/Makefile.am
src/su.c [deleted file]
tests/Makefile.am
tests/misc/help-version
tests/misc/invalid-opt
tests/misc/su-fail [deleted file]