Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168777 - media-video/motion init script should need mysql
Summary: media-video/motion init script should need mysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 19:51 UTC by Colonel Paneek
Modified: 2007-10-19 15:37 UTC (History)
0 users

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 Colonel Paneek 2007-02-28 19:51:39 UTC
The init script /etc/init.d/motion (from files/motion.init) should contain:

depend() {
        need modules mysql
}

when mysql is used by motion


Reproducible: Sometimes
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-10-19 15:37:58 UTC
I've added "after mysql" to it.

Thanks for reporting.