summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-10-23 15:23:10 +0000
committerRoy Marples <uberlord@gentoo.org>2007-10-23 15:23:10 +0000
commitff536b55cee615bcc72d695ddc7d52629fcdef99 (patch)
treee9e22958ebbedf44975e8c974db796901aa0e2cf /etc.BSD
parentWe can still update deptree if needed services are missing (diff)
downloadbaselayout-ff536b55cee615bcc72d695ddc7d52629fcdef99.tar.gz
baselayout-ff536b55cee615bcc72d695ddc7d52629fcdef99.tar.bz2
baselayout-ff536b55cee615bcc72d695ddc7d52629fcdef99.zip
interupt -> interrupt
svn path=/trunk/; revision=3054
Diffstat (limited to 'etc.BSD')
-rw-r--r--etc.BSD/rc2
-rw-r--r--etc.BSD/rc.shutdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc.BSD/rc b/etc.BSD/rc
index 1bf06e32..388b2664 100644
--- a/etc.BSD/rc
+++ b/etc.BSD/rc
@@ -9,7 +9,7 @@
# This gives us a nice colour boot :)
[ -z "$TERM" -o "$TERM" = "dumb" ] && export TERM="cons25"
-# Handle interupts
+# Handle interrupts
trap : SIGINT
trap "echo 'Boot interrupted'; exit 1" SIGQUIT
diff --git a/etc.BSD/rc.shutdown b/etc.BSD/rc.shutdown
index eb2344b2..fade4308 100644
--- a/etc.BSD/rc.shutdown
+++ b/etc.BSD/rc.shutdown
@@ -5,7 +5,7 @@
# Ensure we are called by init
[ "$PPID" = "1" ] || exit 0
-# Handle interupts
+# Handle interrupts
trap : SIGINT SIGQUIT
# Try and use stuff in /lib over anywhere else so we can shutdown