Package: initscripts Version: 2.88dsf-29 Severity: important X-Debbugs-CC: [email protected]
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 _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

