aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-24 19:05:01 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-24 19:05:01 +0000
commitae3e0a53ed9859dc264d759ec1fa178ee75de83d (patch)
tree06020032f35b63093259c5a76b0ddd98cf41dd85 /chapter07
parentea7635f937edee53fecfdd67dad1a262d05a7d3e (diff)
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
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/loadkeys.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml
index a04b5b1a8..d74b9dcf0 100644
--- a/chapter07/loadkeys.xml
+++ b/chapter07/loadkeys.xml
@@ -24,7 +24,7 @@ source /etc/init.d/functions
#
echo -n "Loading keymap..."
-/bin/loadkeys -d 2>/dev/null
+/usr/bin/loadkeys -d 2&gt;/dev/null
evaluate_retval
# End /etc/init.d/loadkeys