Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368277 - /etc/conf.d/consolefont: outdated comment
Summary: /etc/conf.d/consolefont: outdated comment
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-21 18:07 UTC by Toralf Förster
Modified: 2011-06-19 23:51 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 2011-05-21 18:07:53 UTC
"rc-update del consolefont" gives with new openrc/baselayout :

n22 ~ # rc-update del consolefont
 * rc-update: service `consolefont' is not in the runlevel `default'

Seems, that all of those comment should now honor, that the runlevel has to bespecified too, isn't it ?

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2011-05-30 02:58:17 UTC
`rc-update del foo` used to delete foo from all runlevels.  now it only deletes from the active runlevel.  i vaguely recall this being intended behavior on Roy's part (and i dont care that much), but it'd be nice if we had a flag or keyword to support the "delete from all runlevels" behavior.

i guess `rc-update del foo all` wouldnt be good as it'd prevent people from having a runlevel named "all".
Comment 2 William Hubbs gentoo-dev 2011-06-19 23:51:02 UTC
The comment was updated in git, commit d4bdd32.
This will be in openrc-0.8.3. Mike, I will open a separate bug for the
flag you suggested.