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

« back to all changes in this revision

Viewing changes to debian/src/initscripts/man/rcS.5

  • Committer: Package Import Robot
  • Author(s): Roger Leigh, Roger Leigh, Michael Stapelberg
  • Date: 2012-07-28 20:09:11 UTC
  • mfrom: (9.1.47 sid)
  • Revision ID: package-import@ubuntu.com-20120728200911-1xa3ydm5a46lyrjd
Tags: 2.88dsf-41+jessie1
[ Roger Leigh ]
* initscripts:
  - Move /etc/nologin and /var/lib/initscripts/nologin to
    /run/nologin.  This means that nologin is always created on
    a writable, available filesystem.  Closes: #660862.
  - Remove code to generate /etc/mtab.  /etc/mtab is now always a
    symbolic link to /proc/mounts.  Closes: #630723.
  - Remove incorrect use of break in case blocks in vars.sh.  Thanks
    to Raphaël Hertzog for this patch.  Closes: #701031.
  - /etc/network/if-up.d/mountnfs: Skip lo if already configured.
    Closes: #705052.  Thanks to Timo Weingärtner.
* sysvinit:
  - Document length limit of 127 in inittab process field.  Thanks
    to Johannes Truschnigg.  Closes: #693960.
* sysv-rc:
  - Fix typo in invoke-rc.d(8).  Closes: #683804.  Thanks to
    Martin-Éric Racine.

[ Michael Stapelberg ]
* systemd: update check to look for /run/systemd/system.
  Closes: #703571
* sysv-rc:
  - Add systemd support to update-rc.d(8) and invoke-rc.d(8).
    Closes: #683084.
  - service(8): use systemctl on machines that run systemd.
    Closes: #704923

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
.SH OPTIONS
15
15
The following variables can be set.
16
 
For the default values please see \fI/usr/share/initscripts/default.rcS\fP.
17
16
 
18
17
.IP \fBTMPTIME\fP
19
18
On boot the files in /tmp will be deleted if their modification time,
45
44
 
46
45
Some details:
47
46
The \fBDELAYLOGIN\fP variable controls whether or not the
48
 
file \fI/var/lib/initscripts/nologin\fP is created during
 
47
file \fI/run/nologin\fP is created during
49
48
the boot process and deleted at the end of it.
50
 
\fI/etc/nologin\fP is normally a symbolic link to the latter location,
51
 
and the \fBlogin\fP(1) program refuses to allow non-root logins so long
52
 
as (the target of) \fI/etc/nologin\fP exists.
 
49
The \fBlogin\fP(1) program refuses to allow non-root logins so long
 
50
as \fI/run/nologin\fP exists.
53
51
If you set the variable to \fBno\fP then it is advisable to ensure
54
 
that \fI/var/lib/initscripts/nologin\fP does not exist.
 
52
that \fI/run/nologin\fP does not exist.
55
53
 
56
54
.IP \fBVERBOSE\fP
57
55
Setting this option to \fBno\fP (in lower case) will make the boot process
86
84
.SH NOTE
87
85
The \fBEDITMOTD\fP, \fBRAMRUN\fP and \fBUTC\fP variables are no longer
88
86
used.  The \fBRAMLOCK\fP, \fBRAMSHM\fP and \fBRAMTMP\fP variables have
89
 
been moved to /etc/default/tmpfs.  See
 
87
been moved to /etc/default/tmpfs; RAMSHM and RAMTMP settings in rcS
 
88
are used (if set) for backward compatibility, but will be overridden
 
89
by settings enabled in /etc/default/tmpfs.  See
90
90
.BR tmpfs (5)
91
91
for further details.  The settings are not automatically migrated to
92
92
/etc/default/tmpfs.  Please update /etc/default/tmpfs appropriately.