Hi,
It's only information, looks like on Gentoo compiling wmii without using
portage, does not start because it tries to use /sbin/rc instead of plan9 rc
during xinit/startx.
Using plan9port:
/usr/local/etc/wmii/plan9port/wmiirc
(tries to run rc from gentoo (/sbin/rc)
test $#* '=' 0 || exec rc $0
Fix the problem as a workaround using $PLAN9/bin/rc
test $#* '=' 0 || exec $PLAN9/bin/rc $0
Thanks for wmii!
Original issue reported on code.google.com by neorub...@gmail.com on 15 Nov 2010 at 7:22
Original issue reported on code.google.com by
neorub...@gmail.com
on 15 Nov 2010 at 7:22