Hi, Almost all in this change set is trivial stuff, apart from deprecation proposals. I think scrubbing some junk makes sense when ever possible. But deprecations can be tricky, so it would be great to hear if I assumptions about reset(1) and the last-deprecated are right or wrong. People who prefer fetching from remote git here's what you need: ---------------------------------------------------------------- The following changes since commit 13c551f259423d97e6edf1380d5d9e93d77ebc89: cfdisk: fix condition logic [cppcheck] (2015-06-25 12:08:53 +0200) are available in the git repository at: git://github.com/kerolasa/lelux-utiliteetit.git misc for you to fetch changes up to 28165575552a4cb8fe919eca367ab070070d371a: reset: deprecate the script, and remove reset.033c (2015-06-28 19:27:36 +0100) ---------------------------------------------------------------- Sami Kerola (7): last-deprecated: remove from source tree zramctl: add link to kernel documentation cal: fix memory leaks [valgrind] docs: unify mkswap(8) with swapon(8) about holes warning build-sys: add minimal whitespace build directory support getopt: use $(...) command substitution in example script [shellcheck] reset: deprecate the script, and remove reset.033c Documentation/deprecated.txt | 6 +- autogen.sh | 7 +- configure.ac | 15 +- disk-utils/mkswap.8 | 14 +- login-utils/Makemodule.am | 7 - login-utils/last-deprecated.1 | 62 ------ login-utils/last-deprecated.c | 483 ------------------------------------------ misc-utils/cal.c | 3 + misc-utils/getopt-parse.bash | 4 +- sys-utils/zramctl.8 | 4 + term-utils/Makemodule.am | 1 - term-utils/reset | 6 + term-utils/reset.033c | 11 - 13 files changed, 41 insertions(+), 582 deletions(-) delete mode 100644 login-utils/last-deprecated.1 delete mode 100644 login-utils/last-deprecated.c delete mode 100755 term-utils/reset.033c -- 2.4.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html