Skip to content

main/utmps: fix syntax error in utmp-init

Dermot Bradley requested to merge dbradley/aports:utmps-fix-init-script into master
  • fix missing-backtick syntax error in utmp-init script

  • fix APKBUILD lint warning

  • add kernel version to "host" field of written initial utmp records. Busybox already does the same for "shutdown" utmp records it writes and this appears to be normal practice (e.g. Debian does the same). Also this page, https://blog.stevedoria.net/20191029/utmpdump, indicates that field 6 can contain kernel version.

Merge request reports