Document the fact that almost all the user configuration stuff is now
in /etc/sysconfig, per Luigi's suggestion.
This commit is contained in:
parent
2ee3fcc951
commit
c3a50a85b0
@ -1,8 +1,12 @@
|
|||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
#
|
#
|
||||||
# $Id: netstart,v 1.29 1995/04/24 23:52:15 rgrimes Exp $
|
# $Id: netstart,v 1.30 1995/05/11 19:08:36 rgrimes Exp $
|
||||||
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
|
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
# If there is a global system configuration file, suck it in.
|
# If there is a global system configuration file, suck it in.
|
||||||
if [ -f /etc/sysconfig ]; then
|
if [ -f /etc/sysconfig ]; then
|
||||||
. /etc/sysconfig
|
. /etc/sysconfig
|
||||||
|
6
etc/rc
6
etc/rc
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# From: @(#)rc 5.27 (Berkeley) 6/5/91
|
||||||
|
|
||||||
# System startup script run by init on autoboot
|
# System startup script run by init on autoboot
|
||||||
@ -7,6 +7,10 @@
|
|||||||
# Output and error are redirected to console by init,
|
# Output and error are redirected to console by init,
|
||||||
# and the console is the controlling terminal.
|
# 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'
|
stty status '^T'
|
||||||
|
|
||||||
# Set shell to ignore SIGINT (2), but not children;
|
# Set shell to ignore SIGINT (2), but not children;
|
||||||
|
Loading…
Reference in New Issue
Block a user