Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
In /etc/init.d/canna, it is necessary to add the following parts. ------ start() { ebegin "Starting canna" /usr/sbin/cannaserver ${CANNASERVER_OPTS} ~~~~~~~~~~~~~~~~~~~ eend $? "Failed to start canna" } ------ Regards Seiji Fukagawa
I've made the changes and added them to the portage tree. Thanks for pointing that out, and for giving me the fix :) Stuart Bouyer