diff options
author | Roy Marples <roy@marples.name> | 2007-10-23 15:23:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-23 15:23:10 +0000 |
commit | dc3bce5dae6daf7a9d3c2996fdc581241549d165 (patch) | |
tree | e9e22958ebbedf44975e8c974db796901aa0e2cf /etc.BSD/rc.shutdown | |
parent | af510fb316cca1daef93da84a4396732982b3736 (diff) |
interupt -> interrupt
Diffstat (limited to 'etc.BSD/rc.shutdown')
-rw-r--r-- | etc.BSD/rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |