Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 53984

Summary: Incorrect location of kbd_mode in /etc/init.d/keymaps (baselayout)
Product: Gentoo Linux Reporter: Jonathan Hernández Velasco <jbilbo>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix with the correct path

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.