These utils use funcs from utmp.h (like setutent), but utmp.h is only
included when FEATURE_UTMP is enabled. Otherwise we get build failures
due to missing defines/prototypes. So depend on this option.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
config RUNLEVEL
bool "runlevel"
default y
+ depends on FEATURE_UTMP
help
find the current and previous system runlevel.
config WALL
bool "wall"
default y
+ depends on FEATURE_UTMP
help
Write a message to all users that are logged in.