mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
loadkeys is now in /bin, not in /usr/bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@396 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a5f86f54c4
commit
f869b9a143
@ -25,7 +25,7 @@ source /etc/init.d/functions
|
|||||||
#
|
#
|
||||||
|
|
||||||
echo -n "Loading keymap..."
|
echo -n "Loading keymap..."
|
||||||
/usr/bin/loadkeys -d >/dev/null
|
/bin/loadkeys -d >/dev/null
|
||||||
evaluate_retval
|
evaluate_retval
|
||||||
|
|
||||||
# End /etc/init.d/loadkeys
|
# End /etc/init.d/loadkeys
|
||||||
|
Loading…
Reference in New Issue
Block a user