Import from Clearcase LIV_TRC6500_V2.2.3
[debian6500.git] / install / cluster / master / etc / default / rcS
CommitLineData
4e802319 1#
2# /etc/default/rcS
3#
4# Default settings for the scripts in /etc/rcS.d/
5#
6# For information about these variables see the rcS(5) manual page.
7#
8# This file belongs to the "initscripts" package.
9
10# delete files in /tmp during boot older than x days.
11# '0' means always, -1 or 'infinite' disables the feature
12#TMPTIME=0
13
14# spawn sulogin during boot, continue normal boot if not used in 30 seconds
15#SULOGIN=no
16
17# do not allow users to log in until the boot has completed
18#DELAYLOGIN=no
19
20# be more verbose during the boot process
21VERBOSE=yes
22
23# automatically repair filesystems with inconsistencies during boot
24#FSCKFIX=no