summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc.BSD/rc')
-rw-r--r--etc.BSD/rc2
1 files changed, 1 insertions, 1 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