summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-01-19 14:26:03 +0100
committerSimon Rettberg2016-01-19 14:26:03 +0100
commit7ff0aa4ba96f51a1b4ab4732dd4349f98bde5e0f (patch)
tree4a230d62b4120b3823bc6d903cdb1844ed87f67e
parent[rfs-stage31] Enable debug-shell in stage32 if we have debug= on cmdline (diff)
downloadtm-scripts-7ff0aa4ba96f51a1b4ab4732dd4349f98bde5e0f.tar.gz
tm-scripts-7ff0aa4ba96f51a1b4ab4732dd4349f98bde5e0f.tar.xz
tm-scripts-7ff0aa4ba96f51a1b4ab4732dd4349f98bde5e0f.zip
[busybox] Enable utmp feature so who is actually included
-rw-r--r--remote/modules/busybox/openslx-busybox-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/busybox/openslx-busybox-config b/remote/modules/busybox/openslx-busybox-config
index ee5e99ee..00a008d7 100644
--- a/remote/modules/busybox/openslx-busybox-config
+++ b/remote/modules/busybox/openslx-busybox-config
@@ -39,7 +39,7 @@ CONFIG_LAST_SUPPORTED_WCHAR=767
CONFIG_LONG_OPTS=y
CONFIG_FEATURE_DEVPTS=y
# CONFIG_FEATURE_CLEAN_UP is not set
-# CONFIG_FEATURE_UTMP is not set
+CONFIG_FEATURE_UTMP=y
# CONFIG_FEATURE_WTMP is not set
CONFIG_FEATURE_PIDFILE=y
CONFIG_PID_FILE_PATH="/var/run"