summaryrefslogtreecommitdiff
path: root/etc.BSD/rc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-23 15:23:10 +0000
committerRoy Marples <roy@marples.name>2007-10-23 15:23:10 +0000
commitdc3bce5dae6daf7a9d3c2996fdc581241549d165 (patch)
treee9e22958ebbedf44975e8c974db796901aa0e2cf /etc.BSD/rc
parentaf510fb316cca1daef93da84a4396732982b3736 (diff)
downloadopenrc-dc3bce5dae6daf7a9d3c2996fdc581241549d165.tar.gz
openrc-dc3bce5dae6daf7a9d3c2996fdc581241549d165.tar.bz2
openrc-dc3bce5dae6daf7a9d3c2996fdc581241549d165.tar.xz
interupt -> interrupt
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 1bf06e3..388b266 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