Wrong ebuild parameters for /dev/null redirection Reproducible: Always Steps to Reproduce: 1. emerge klive 2. /etc/init.d/klive start 3. doesn't start Actual Results: Klive wouldn't start, complaining about not changing directory to /dev/null Expected Results: should've started in /etc/init.d/klive, the line: /bin/su - klive -c "twistd --syslog --pidfile=/tmp/klive.pid -oy /usr/share/klive/klive.tac" > /dev/null should be replaced with: /bin/su - klive -c "twistd --syslog --pidfile=/tmp/klive.pid -oy /usr/share/klive/klive.tac" &>/dev/null & it solves.
dev-portage == sys-apps/portage only... if unsure, just let the wranglers bounce the bug to responsible party :)
Argh, stupid bugzilla. Re-assign again.
Commited to CVS. Give it two hours and sync again. thx for reporting.