diff options
author | William Hubbs <williamh@gentoo.org> | 2012-01-25 11:42:32 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-02-21 07:27:16 -0600 |
commit | 3247184d860aea7ccc2c58d399f62c088978e973 (patch) | |
tree | 9e9796c75a8b9a7d758b391508e341d0eb55bbba /init.d/termencoding.in | |
parent | 32c506a4c813b77f9cad4051409bac15f9696e14 (diff) |
Remove prefix support
I spoke with the prefix team sometime back and was told that they do not
have an interest in using OpenRC on prefix systems.
Diffstat (limited to 'init.d/termencoding.in')
-rw-r--r-- | init.d/termencoding.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in index c8ea167d..5f09c985 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -9,7 +9,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} depend() { - keyword -openvz -prefix -uml -vserver -xenu + keyword -openvz -uml -vserver -xenu use root after bootmisc } |