Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53984 - Incorrect location of kbd_mode in /etc/init.d/keymaps (baselayout)
Summary: Incorrect location of kbd_mode in /etc/init.d/keymaps (baselayout)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 08:41 UTC by Jonathan Hernández Velasco
Modified: 2004-06-16 15:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fix with the correct path (keymaps-kbd_mode-patch.diff,242 bytes, patch)
2004-06-15 08:44 UTC, Jonathan Hernández Velasco
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Hernández Velasco 2004-06-15 08:41:48 UTC
/etc/init.d/keymaps:
[...]
   then
        /usr/bin/kbd_mode -u
        KEYMAP="${KEYMAP/-u}"
   fi
[...]

# whereis kbd_mode
kbd_mode: /bin/kbd_mode [...]

Is only change "/usr/bin..." with "/bin..."

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
/usr/bin/kbd_mode: No such file or directory
Comment 1 Jonathan Hernández Velasco 2004-06-15 08:44:41 UTC
Created attachment 33314 [details, diff]
fix with the correct path

my first patch.. ^_^
Comment 2 Jonathan Hernández Velasco 2004-06-15 08:44:41 UTC
Created attachment 33314 [details, diff]
fix with the correct path

my first patch.. ^_^Û
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-06-15 11:40:03 UTC
On my system it is installed as /usr/bin/kbd_mode.  Please run the following and report back here:

qpkg -v -f /bin/kbd_mode
qpkg -v -f /usr/bin/kbd_mode
Comment 4 Jonathan Hernández Velasco 2004-06-15 15:09:31 UTC
valinor ~ # qpkg -v -f /bin/kbd_mode
sys-apps/kbd-1.08-r5 *
valinor ~ # qpkg -v -f /usr/bin/kbd_mode
valinor ~ #
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2004-06-16 15:48:38 UTC
ok, the problem is that kbd_mode changed locations between version 1.08 and 1.12.  I've marked 1.12 stable to solve the problem.