aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-04-08 15:04:37 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-04-08 15:04:37 +0000
commit91663d9176eab3446a0c664e1e440295fc1ce2ae (patch)
tree01e42648a49ee1061d5456c1ada97928191cc18c /chapter07
parenta3d7d204a6c5fa2016a564ea381ea5f809427de6 (diff)
>/dev/null -> 2>/dev/null
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@453 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 466732892..7c9cad9bd 100644
--- a/chapter07/loadkeys.xml
+++ b/chapter07/loadkeys.xml
@@ -25,7 +25,7 @@ source /etc/init.d/functions
#
echo -n "Loading keymap..."
-/bin/loadkeys -d >/dev/null
+/bin/loadkeys -d 2>/dev/null
evaluate_retval
# End /etc/init.d/loadkeys