From dc3bce5dae6daf7a9d3c2996fdc581241549d165 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 23 Oct 2007 15:23:10 +0000 Subject: interupt -> interrupt --- etc.BSD/rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc.BSD/rc.shutdown') diff --git a/etc.BSD/rc.shutdown b/etc.BSD/rc.shutdown index eb2344b2..fade4308 100644 --- a/etc.BSD/rc.shutdown +++ b/etc.BSD/rc.shutdown @@ -5,7 +5,7 @@ # Ensure we are called by init [ "$PPID" = "1" ] || exit 0 -# Handle interupts +# Handle interrupts trap : SIGINT SIGQUIT # Try and use stuff in /lib over anywhere else so we can shutdown -- cgit v1.2.3