Bug#1072011: bootlogd: typo in /etc/init.d/bootlogd on trixie/testing

Jin-Woo saesori97 at 420blaze.it
Mon May 27 14:57:46 BST 2024


Package: bootlogd
Version: 3.09-1
Severity: normal
X-Debbugs-Cc: saesori97 at 420blaze.it

/etc/init.d/bootlogd contains a check for whether the system boots with systemd:

if [ -d /run/system/system ]; then

this should probably spell:

if [ -d /run/systemd/system ]; then

(additional 'd' in the path)


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.12-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages bootlogd depends on:
ii  libc6           2.38-10
ii  sysvinit-utils  3.09-1

bootlogd recommends no packages.

bootlogd suggests no packages.

-- no debconf information



More information about the Debian-init-diversity mailing list