Bug#603827: runit: unnecessary prompting when procps not installed

2010-12-15 Thread Jonathan Nieder
severity 603827 serious retitle 603827 fails to install noninteractively if procps is not installed forcemerge 603827 606792 quit Jonathan Nieder wrote: > runit.config contains the following: > > if `ps -p 1 >/dev/null`; then > db_input low runit/signalinit || : > else >

Bug#603827: runit: unnecessary prompting when procps not installed

2010-11-17 Thread Jonathan Nieder
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 || : I