From faa2df11597cf496205d3d629e3b3147b569afc8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2011 04:49:07 -0500 Subject: more whitespace cleanup Signed-off-by: Mike Frysinger --- etc/rc.conf.in | 2 +- etc/rc.in | 2 +- etc/rc.shutdown.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') 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 # 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 -- cgit v1.2.3