Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24592 - evms-2.1.0: wrong evms_deactivate call in init file
Summary: evms-2.1.0: wrong evms_deactivate call in init file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal
Assignee: Jay Pfeifer (RETIRED)
URL: https://sourceforge.net/project/shown...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-16 09:28 UTC by Andreas Simon
Modified: 2004-03-06 14:22 UTC (History)
2 users (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 Andreas Simon 2003-07-16 09:28:54 UTC
sys-apps/evms-2.1.0 installs /etc/init.d/evms.

In this file the part:

stop() {
        ebegin "Stopping evms"
        evms_deactivate
        eend 0
}

is obsolete. Evms does not install any evms_deactivate at all!

From the evms-2.1.0 changelog:
Remove evms_deactivate as a UI utility. This program should only be used for
testing.


Thus stop() should do nothing.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-07-16 10:20:29 UTC
Chip, you still into this ?
Comment 2 Andreas Simon 2003-08-06 08:50:49 UTC
baselayout-1.8.6.10 added a call to evms_activate in the checkfs script. Thus the 
initrd script from evms is no longer needed. 
Comment 3 Andreas Simon 2004-03-06 14:22:34 UTC
Was fixed on 24 Jan 2004 by Seemant K.