reset: deprecate the script, and remove reset.033c

Most distributions probably ship reset from ncurses, which means
util-linux reset(1) is unlikely to be in use anywhere.  Assuming the
previous being true it is almost unimaginable anyone one would be using
the alternative script, so remove it and mark the script deprecated.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2015-06-12 21:25:08 +01:00 committed by Karel Zak
parent 694562e3b8
commit 14867b0f72
4 changed files with 11 additions and 12 deletions

View File

@ -93,6 +93,11 @@ Why: parallel port printers are probably almost extinct devices
----------------------------
What: reset
Why: ncurses has better reset(1)
----------------------------
The Single UNIX(TM) Specification, Version 2
Copyright (C) 1997 The Open Group

View File

@ -55,7 +55,6 @@ if BUILD_RESET
dist_usrbin_exec_SCRIPTS += term-utils/reset
dist_man_MANS += term-utils/reset.1
endif
EXTRA_DIST += term-utils/reset.033c
if BUILD_MESG

View File

@ -1,4 +1,10 @@
#!/bin/sh
# This command is deprecated. The utility is in maintenance mode,
# meaning we keep them in source tree for backward compatibility
# only. Do not waste time making this command better, unless the
# fix is about security or other very critical issue.
#
# See Documentation/deprecated.txt for more information.
stty sane
tput clear
tput rmacs

View File

@ -1,11 +0,0 @@
#!/bin/sh
stty sane
tput clear
tput rmacs
tput rmm
tput rmso
tput rmul
tput rs1
tput rs2
tput rs3
printf "\\033c\n"