summaryrefslogtreecommitdiff
path: root/init.d.Linux/consolefont
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-19 14:29:20 +0000
committerRoy Marples <roy@marples.name>2008-02-19 14:29:20 +0000
commit42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (patch)
treeb9e514617292c7ad1bf8df15b262beb42278e0f4 /init.d.Linux/consolefont
parent0364bb2c84bff631e0f765254fc6bf3353950128 (diff)
downloadopenrc-42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b.tar.gz
openrc-42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b.tar.bz2
openrc-42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b.tar.xz
Move the shell code to check for RC_SYS to the keywords dependency.
Diffstat (limited to 'init.d.Linux/consolefont')
-rwxr-xr-xinit.d.Linux/consolefont8
1 files changed, 1 insertions, 7 deletions
diff --git a/init.d.Linux/consolefont b/init.d.Linux/consolefont
index e2d0639..28a2cdb 100755
--- a/init.d.Linux/consolefont
+++ b/init.d.Linux/consolefont
@@ -9,6 +9,7 @@ depend()
need localmount
need keymaps # sets up terminal encoding scheme
after hotplug
+ keywords nouml novps noxenu
}
start()
@@ -16,13 +17,6 @@ start()
# Forget about any font until we are successful
rm -rf "${RC_LIBDIR}"/console
- case "${RC_SYS}" in
- UML|VPS|XENU)
- ewarn "Not loading consolefont for ${RC_SYS} systems"
- return 0
- ;;
- esac
-
ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}
consolefont=${consolefont:-${CONSOLEFONT}}
unicodemap=${unicodemap:-${UNICODEMAP}}