From 928dd73762e69cfeaab4a7ec9dd8f30f86a45ed4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 25 May 2012 18:10:25 +0200 Subject: 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. --- man/.gitignore | 1 - man/Makefile.am | 3 +-- man/su.x | 4 ---- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 man/su.x (limited to 'man') diff --git a/man/.gitignore b/man/.gitignore index 9ae1183ed..aa6fa5133 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -76,7 +76,6 @@ split.1 stat.1 stdbuf.1 stty.1 -su.1 sum.1 sync.1 tac.1 diff --git a/man/Makefile.am b/man/Makefile.am index d869f9bce..cc93a4244 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -110,7 +110,6 @@ split.1: $(common_dep) $(srcdir)/split.x ../src/split.c stat.1: $(common_dep) $(srcdir)/stat.x ../src/stat.c stdbuf.1: $(common_dep) $(srcdir)/stdbuf.x ../src/stdbuf.c stty.1: $(common_dep) $(srcdir)/stty.x ../src/stty.c -su.1: $(common_dep) $(srcdir)/su.x ../src/su.c sum.1: $(common_dep) $(srcdir)/sum.x ../src/sum.c sync.1: $(common_dep) $(srcdir)/sync.x ../src/sync.c tac.1: $(common_dep) $(srcdir)/tac.x ../src/tac.c @@ -192,7 +191,7 @@ ASSORT = LC_ALL=C sort # Ensure that for each .x file in this directory, there is a # corresponding .1 file in the definition of $(dist_man1_MANS) above. -# But since that expansion usually lacks programs like su and arch, +# But since that expansion usually lacks programs like arch and hostname, # add them here manually. .PHONY: check-x-vs-1 check-x-vs-1: diff --git a/man/su.x b/man/su.x deleted file mode 100644 index b368dd657..000000000 --- a/man/su.x +++ /dev/null @@ -1,4 +0,0 @@ -[NAME] -su \- run a shell with substitute user and group IDs -[DESCRIPTION] -.\" Add any additional description here -- cgit v1.2.3-54-g00ecf