Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8920 - canna 3.5_beta2-r2 conf file miss.
Summary: canna 3.5_beta2-r2 conf file miss.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Stuart Bouyer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-09 01:19 UTC by fukafuka
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fukafuka 2002-10-09 01:19:29 UTC
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
Comment 1 Stuart Bouyer (RETIRED) gentoo-dev 2002-10-09 20:12:05 UTC
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