summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in2
-rw-r--r--etc/rc.in2
-rw-r--r--etc/rc.shutdown.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 6aa3613..3c1210b 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -95,7 +95,7 @@
# We can set some things on a per service basis, like the nicelevel.
#export SSD_NICELEVEL="-19"
-# Pass ulimit parameters
+# Pass ulimit parameters
#rc_ulimit="-u 30"
# It's possible to define extra dependencies for services like so
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
diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in
index e0231c7..115f212 100644
--- a/etc/rc.shutdown.in
+++ b/etc/rc.shutdown.in
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
-# Handle interrupts
+# Handle interrupts
trap : SIGINT SIGQUIT
# Try and use stuff in /lib over anywhere else so we can shutdown