diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-27 22:39:00 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-27 22:39:00 +0000 |
commit | 1b8df11bf387dabb286269c1b66c6c72a5349984 (patch) | |
tree | f34d62def150665a514bdb9c5f8573c234cc9925 /etc/rc.shutdown | |
parent | b46bfcf575a346011459769cb062924bae400b3f (diff) | |
download | pfsense-1b8df11bf387dabb286269c1b66c6c72a5349984.zip pfsense-1b8df11bf387dabb286269c1b66c6c72a5349984.tar.gz |
Add $Id$ tags
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-x | etc/rc.shutdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 1deb79a..08e22ad 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + stty status '^T' # Set shell to ignore SIGINT (2), but not children; |