diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-01 20:06:05 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-01 20:06:05 +0000 |
commit | f869b9a143f4928aa6dfaf59592f3ccaa5823069 (patch) | |
tree | 9b8e542e194e2a67a6a5a91411fcbeb84a56a64e /chapter07/loadkeys.xml | |
parent | a5f86f54c470ea5ef15b58f31beb00913d1ab52e (diff) |
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
Diffstat (limited to 'chapter07/loadkeys.xml')
-rw-r--r-- | chapter07/loadkeys.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml index a3feb387b..466732892 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/loadkeys.xml @@ -25,7 +25,7 @@ source /etc/init.d/functions # echo -n "Loading keymap..." -/usr/bin/loadkeys -d >/dev/null +/bin/loadkeys -d >/dev/null evaluate_retval # End /etc/init.d/loadkeys |