Commit ca4f01e7 authored by Franco Fichtner's avatar Franco Fichtner

rc: sync the preamble code with FreeBSD

parent 0b3e9df0
...@@ -6,11 +6,13 @@ ...@@ -6,11 +6,13 @@
# Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. # Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
# All rights reserved. # All rights reserved.
#/bin/stty status '^T' stty status '^T' 2> /dev/null
#/bin/stty susp '^-' intr '^-' quit '^-'
#trap : 2 # Set shell to ignore SIGINT (2), but not children;
#trap : 3 # shell catches SIGQUIT (3) and returns to single user.
#
trap : 2
trap "echo 'Boot interrupted'; exit 1" 3
HOME=/ HOME=/
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment