Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154260 - dev-db/mysql-5.0.26-r1: typo in shutdown msg
Summary: dev-db/mysql-5.0.26-r1: typo in shutdown msg
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 09:27 UTC by Toralf Förster
Modified: 2006-11-07 06:02 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 Toralf Förster gentoo-dev 2006-11-06 09:27:17 UTC
During start I got:

* Starting mysql (/etc/mysql/my.cnf)

whereas during stop I read:

* Starting mysql (0)
Comment 1 Toralf Förster gentoo-dev 2006-11-06 09:27:42 UTC
I meant :

Stopping mysql (0)
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-06 12:08:05 UTC
I fail to see the typo, sorry.
Comment 3 Toralf Förster gentoo-dev 2006-11-07 05:58:43 UTC
n22 ~ # /etc/init.d/mysql stop
 * Stopping mysql ...
 * Stopping mysqld (0)                                                                                                        [ ok ]
n22 ~ # /etc/init.d/mysql start
 * Starting mysql ...
 * Starting mysql (/etc/mysql/my.cnf)                                                                                         [ ok ]

Is the "(0) right ?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-11-07 06:02:44 UTC
Yeah, it's intended, you can start multiple mysql daemons using the init script.