summaryrefslogtreecommitdiffstats
path: root/term-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2015-06-12 22:25:08 +0200
committerKarel Zak2015-06-29 12:06:22 +0200
commit14867b0f723ab98821f5535561342d7c76fc28f3 (patch)
tree8c7bdef3635105b06c2e635f6de18e89c6815920 /term-utils/Makemodule.am
parentgetopt: use $(...) command substitution in example script [shellcheck] (diff)
downloadkernel-qcow2-util-linux-14867b0f723ab98821f5535561342d7c76fc28f3.tar.gz
kernel-qcow2-util-linux-14867b0f723ab98821f5535561342d7c76fc28f3.tar.xz
kernel-qcow2-util-linux-14867b0f723ab98821f5535561342d7c76fc28f3.zip
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>
Diffstat (limited to 'term-utils/Makemodule.am')
-rw-r--r--term-utils/Makemodule.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/term-utils/Makemodule.am b/term-utils/Makemodule.am
index c56631802..ea1affcdc 100644
--- a/term-utils/Makemodule.am
+++ b/term-utils/Makemodule.am
@@ -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