From 8fa223daba1963c34cc828075ce6773ff01fafe3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 16 Apr 2018 12:53:39 +0200 Subject: choom: new command to adjust OOM-killer score value Let's provide command line tool, man page with OOM description and bash-completion. It seems better than force end-users to use "echo" to /proc. Addresses: https://github.com/karelzak/util-linux/issues/609 Signed-off-by: Karel Zak --- sys-utils/Makemodule.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys-utils/Makemodule.am') diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am index c2e99ca2d..db76e2621 100644 --- a/sys-utils/Makemodule.am +++ b/sys-utils/Makemodule.am @@ -20,6 +20,13 @@ flock_SOURCES = sys-utils/flock.c lib/monotonic.c lib/timer.c flock_LDADD = $(LDADD) libcommon.la $(REALTIME_LIBS) endif +#if BUILD_CHOOM +usrbin_exec_PROGRAMS += choom +dist_man_MANS += sys-utils/choom.1 +choom_SOURCES = sys-utils/choom.c +choom_LDADD = $(LDADD) libcommon.la +#endif + if BUILD_IPCMK usrbin_exec_PROGRAMS += ipcmk dist_man_MANS += sys-utils/ipcmk.1 -- cgit v1.2.3-55-g7522