Package: runit
Version: 2.1.1-6
Severity: important
Justification: policy ยง3.9.1
Hi,
runit.config contains the following:
if `ps -p 1 >/dev/null`; then
db_input low runit/signalinit || :
else
db_input high runit/signalinit || :
fi
db_go || :
If procps is not installed, the result is
/var/lib/dpkg/info/runit.config: 18: ps: not found
which results in the "db_input high" branch being taken. This breaks
automated installations on minimal setups.
Presumably the .config script should skip the question when ps is not
present and runit should Depends on procps to ensure ps is present
when postinst runs.
Noticed using Lucas's scripts. It breaks automated installations on
minimal setups (see
<http://people.debian.org/~lucas/logs/2010/11/17/git-daemon-run.log>)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]