summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-25 15:55:47 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-25 15:55:47 +0000
commit17f430c0b911ef243599b0dc7388b166d5365539 (patch)
tree1cae2fb8ddd46c3387d0cf12acdc259d97159137
parent1e4e8ed27ae95096255283e92a75738bc7e296e5 (diff)
downloadopenrc-17f430c0b911ef243599b0dc7388b166d5365539.tar.gz
openrc-17f430c0b911ef243599b0dc7388b166d5365539.tar.bz2
openrc-17f430c0b911ef243599b0dc7388b166d5365539.tar.xz
Skip consolefont setup when RC_TTY_NUMBER is set to 0.
-rw-r--r--ChangeLog4
-rwxr-xr-xinit.d.Linux/consolefont6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92aaa48..28b8551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
+ 25 Sep 2007; Mike Frysinger <vapier@gentoo.org>:
+
+ Skip consolefont setup when RC_TTY_NUMBER is set to 0.
+
24 Sep 2007; Mike Frysinger <vapier@gentoo.org>:
Do not require portmap in netmount when nolock option is used with nfs
diff --git a/init.d.Linux/consolefont b/init.d.Linux/consolefont
index 01f4d03..d7c72be 100755
--- a/init.d.Linux/consolefont
+++ b/init.d.Linux/consolefont
@@ -24,6 +24,12 @@ start() {
return 0
fi
+ if [ ${RC_TTY_NUMBER} -eq 0 ] ; then
+ ebegin "Skipping font setup (RC_TTY_NUMBER == 0); you should disable this init.d"
+ eend 0
+ return 0
+ fi
+
local x= param= sf_param= retval=1
# Get additional parameters