Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48010 - baselayout-1.8.6.13: init.d/consolefont error without devfs
Summary: baselayout-1.8.6.13: init.d/consolefont error without devfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 00:41 UTC by Thomas Eckert
Modified: 2004-04-19 00:46 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 Thomas Eckert 2004-04-16 00:41:44 UTC
without devfs (on amd64 in this case) /etc/init.d/consolefont does not work due
to a typo. The superfluous "-" is deleted by the following micro-patch:
--- snipp ---
--- consolefont.org     2004-04-14 04:34:14.000000000 +0200
+++ consolefont 2004-04-16 00:36:38.000000000 +0200
@@ -50,7 +50,7 @@
                                                retval=$?
                                        else
                                                /bin/setfont ${CONSOLEFONT} ${param} \
-                                                       -${sf_param}/dev/tty${x} >/dev/null
+                                                       ${sf_param}/dev/tty${x} >/dev/null
                                                retval=$?
                                        fi
                                done
--- snapp ---


Reproducible: Always
Steps to Reproduce:
boot without devfs-kernel and see help-messages from setfont printed to boot-
console
Comment 1 Thomas Eckert 2004-04-19 00:46:39 UTC
it's fixed already in 1.8.11 -> resolved.