dmesg: add -prefix keyword

Dmesg should not run on prefix systems.

Reported-by: <heroxbd@gentoo.org>
This commit is contained in:
William Hubbs 2012-09-09 20:40:38 -05:00
parent a0877449f3
commit 918d261658

View File

@ -7,7 +7,7 @@ description="Set the dmesg level for a cleaner boot"
depend()
{
before dev modules
keyword -vserver
keyword -prefix -vserver
}
start()