~ubuntu-branches/debian/experimental/sysvinit/experimental

« back to all changes in this revision

Viewing changes to debian/initscripts/share/default.rcS

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen
  • Date: 2008-08-12 16:07:50 UTC
  • Revision ID: james.westby@ubuntu.com-20080812160750-65gpyv74vh4qr69w
Tags: 2.86.ds1-61
* Fix typo in rcS(5), proberly->properly (Closes: #484233).  Thanks to
  Julien Danjou for noticing.
* Fix typo in rcS(5), maually->manually (Closes: #493680).  Thanks to
  Xr for noticing.
* Modify runlevel detection code in invoke-rc.d to notice the
  difference between runlevels 0 and 6, and the boot runlevel, to
  make it possible to use invoke-rc.d during boot (Closes: 384509).
* Make sure to call restorecon after mounting tmpfs file systems, to
  set SELinux permissions (Closes: #493679).  Patch from Russell
  Coker.
* Move responsibility of stopping the splash screen process from
  individual init.d scripts to init.d/rc.  This make sure the
  progress calculation reflect reality, and that the splash screen
  is taken down in runlevel 1 (Closes: #431560) and that it stop
  before gdm and kdm (Closes: #422922, #489734).
* Skip error message from checkfs.sh when / is read-only.  Patch
  from Mirek Slugen (Closes: #492214).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
#       Defaults for the boot scripts in /etc/rcS.d
3
 
#
 
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.
4
9
 
5
 
# Time files in /tmp are kept in days.
6
10
TMPTIME=0
7
 
# Set to yes if you want sulogin to be spawned on bootup
8
11
SULOGIN=no
9
 
# Set to no if you want to be able to login over telnet/rlogin
10
 
# before system startup is complete (as soon as inetd is started)
11
 
DELAYLOGIN=yes
12
 
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
 
12
DELAYLOGIN=no
13
13
UTC=yes
14
 
# Set VERBOSE to "no" if you would like a more quiet bootup.
15
 
VERBOSE=yes
16
 
# Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically
17
 
EDITMOTD=yes
18
 
# Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup.
 
14
VERBOSE=no
19
15
FSCKFIX=no
 
16
RAMRUN=no
 
17
RAMLOCK=no