From: Sami Kerola Date: Fri, 12 Aug 2011 18:16:22 +0000 (+0200) Subject: docs: remove README.clear X-Git-Tag: v2.21-rc1~471^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbcdec48e4482cbfa6ee9cca680cdc6f3b589fee;p=thirdparty%2Futil-linux.git docs: remove README.clear The clear command has not been part of util-linux since 2.13-pre4 which is Sep 2005 in human format. Signed-off-by: Sami Kerola --- diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am index 7e770c9132..fbba02843b 100644 --- a/text-utils/Makefile.am +++ b/text-utils/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/include-Makefile.am -EXTRA_DIST = README.clear README.col +EXTRA_DIST = README.col usrbin_exec_PROGRAMS = col colcrt colrm column hexdump rev tailf diff --git a/text-utils/README.clear b/text-utils/README.clear deleted file mode 100644 index 7684132de6..0000000000 --- a/text-utils/README.clear +++ /dev/null @@ -1,7 +0,0 @@ -RedHat and SuSE take the program clear from ncurses. - A 20KB program equivalent to "tput clear". - -Slackware uses the script. - -So, both versions will behave identically, and -Slackware saves 20 KB.