summaryrefslogtreecommitdiffstats
path: root/bash-completion/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2014-05-11 21:26:39 +0200
committerKarel Zak2014-05-12 13:06:59 +0200
commit198556b76caadc90286db2f489fbfafffc4bb3cb (patch)
tree4f8676665f3cfd6c1cbf16f448a8f85b509abe0c /bash-completion/Makemodule.am
parenttests: check /proc availability, and go-around if it is incomplete (diff)
downloadkernel-qcow2-util-linux-198556b76caadc90286db2f489fbfafffc4bb3cb.tar.gz
kernel-qcow2-util-linux-198556b76caadc90286db2f489fbfafffc4bb3cb.tar.xz
kernel-qcow2-util-linux-198556b76caadc90286db2f489fbfafffc4bb3cb.zip
cytune: remove from util-linux
Assumption is there are not many who need this tool. Whom ever they might be the recommendation is to use the command from old util-linux release. Second reason to removal is difficulty to test hardware specific command when none of the active project members does not seem to have such. Basically the command has reached dead end what comes to maintainability of it. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion/Makemodule.am')
-rw-r--r--bash-completion/Makemodule.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am
index aaf2737d3..0031aba0a 100644
--- a/bash-completion/Makemodule.am
+++ b/bash-completion/Makemodule.am
@@ -212,10 +212,6 @@ if BUILD_WDCTL
dist_bashcompletion_DATA += \
bash-completion/wdctl
endif
-if BUILD_CYTUNE
-dist_bashcompletion_DATA += \
- bash-completion/cytune
-endif
if LINUX
dist_bashcompletion_DATA += \
bash-completion/blkdiscard \