~ubuntu-branches/ubuntu/oneiric/sysvinit/oneiric-proposed

« back to all changes in this revision

Viewing changes to man/bootlogd.8.todo

  • Committer: Bazaar Package Importer
  • Author(s): Miquel van Smoorenburg
  • Date: 2002-05-27 22:37:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020527223723-azlv5ueadflx6djo
Tags: upstream-2.84
ImportĀ upstreamĀ versionĀ 2.84

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH BOOTLOGD 8 "Aug 24, 1999" "" "Linux System Administrator's Manual"
 
2
.SH NAME
 
3
bootlogd \- record boot messages
 
4
.SH SYNOPSIS
 
5
.B /sbin/bootlogd
 
6
.RB [ \-d ]
 
7
.RB [ \-r ]
 
8
.RB [ \-v ]
 
9
.RB [ " -l logfile " ]
 
10
.RB [ " -p pidfile " ]
 
11
.SH DESCRIPTION
 
12
\fBBootlogd\fP runs in the background and copies all strings sent to the
 
13
\fI/dev/console\fP device to a logfile. If the logfile is not accessible,
 
14
the messages will be buffered in-memory until it is.
 
15
.SH OPTIONS
 
16
.IP \fB\-d\fP
 
17
Do not fork and run in the background.
 
18
.IP \fB\-r\fP
 
19
If there is an existing logfile called \fIlogfile\fP rename it to
 
20
\fIlogfile~\fP unless \fIlogfile~\fP already exists.
 
21
.IP \fB\-v\fP
 
22
Show version.
 
23
.IP \fB\-l logfile\fP
 
24
Log to this logfile. The default is \fI/var/log/boot.log\fP.
 
25
.IP \fB\-p pidfile\fP
 
26
Put process-id in this file. The default is no pidfile.
 
27
.SH NOTES
 
28
There is no standard way to find out the real console device if you have
 
29
a new-style \fI/dev/console\fP device (major 5, minor 1). \fBBootlogd\fP
 
30
might have some difficulties to do this, especially under very old
 
31
or very new kernels.
 
32
.SH AUTHOR
 
33
Miquel van Smoorenburg, miquels@cistron.nl
 
34
.SH "SEE ALSO"
 
35
.BR dmesg (8)