summaryrefslogtreecommitdiff
path: root/etc/rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.in')
-rw-r--r--etc/rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.in b/etc/rc.in
index edd7a5d..d267bec 100644
--- a/etc/rc.in
+++ b/etc/rc.in
@@ -6,7 +6,7 @@
# This gives us a nice colour boot :)
[ -z "$TERM" -o "$TERM" = "dumb" ] && export TERM="@TERM@"
-# Handle interrupts
+# Handle interrupts
trap : SIGINT
trap "echo 'Boot interrupted'; exit 1" SIGQUIT