[Pkg-sysvinit-devel] Bug#698966: initscripts: postinst calls non-existent urandom.sh script
Raphael Geissert
geissert at debian.org
Fri Jan 25 20:07:06 UTC 2013
Package: initscripts
Version: 2.88dsf-29
Severity: important
X-Debbugs-CC: pabs at debian.org
Hi Roger, everyone,
Paul Wise reported the following in #698909 (redacted):
> debootstrap: Setting up initscripts (2.88dsf-32) ...
> debootstrap: invoke-rc.d: unknown initscript, /etc/init.d/urandom.sh not
found.
And indeed, the code for my request (#679972) calls urandom.sh while the
name of the file is just urandom:
> # Ensure we have a random seed on first boot.
> if [ "$PREV_VER" = "" ]; then
> if which invoke-rc.d >/dev/null 2>&1
> then
> invoke-rc.d urandom.sh start || true
> else
> /etc/init.d/urandom.sh start || true
> fi
> fi
P.S. thanks for the report Paul.
Cheers,
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
More information about the Pkg-sysvinit-devel
mailing list