Changed loadkeys patch from /bin/loadkeys to /usr/bin/loadkeys

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@657 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-05-24 19:05:01 +00:00
parent ea7635f937
commit ae3e0a53ed

View File

@ -24,7 +24,7 @@ source /etc/init.d/functions
#
echo -n "Loading keymap..."
/bin/loadkeys -d 2>/dev/null
/usr/bin/loadkeys -d 2>/dev/null
evaluate_retval
# End /etc/init.d/loadkeys