diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 21:11:17 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-11 21:11:17 +0000 |
commit | 5469943802dbf6bc3743fc6add941fe27f745b8c (patch) | |
tree | 160968502205c90aa96dc3a2844fc2ecc5baef6e /etc/rc | |
parent | 7b094c1c1d64f2b9323dfc8288888d9803aad65e (diff) | |
download | src-5469943802dbf6bc3743fc6add941fe27f745b8c.tar.gz src-5469943802dbf6bc3743fc6add941fe27f745b8c.zip |
Notes
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.62 1995/04/11 01:22:21 rgrimes Exp $ +# $Id: rc,v 1.63 1995/04/11 18:36:10 ache Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -7,6 +7,10 @@ # Output and error are redirected to console by init, # and the console is the controlling terminal. +# Note that almost all the user-configurable behavior is no longer in +# this file, but rather in /etc/sysconfig. Please check this file +# first before contemplating any changes here. + stty status '^T' # Set shell to ignore SIGINT (2), but not children; |