[Pkg-sysvinit-commits] r648 - sysvinit/trunk/debian/patches
Thomas Hood
jdthood-guest at costa.debian.org
Mon Jan 16 11:06:32 UTC 2006
Author: jdthood-guest
Date: 2006-01-16 11:06:32 +0000 (Mon, 16 Jan 2006)
New Revision: 648
Modified:
sysvinit/trunk/debian/patches/10_doc_manuals.dpatch
Log:
Update bootlogd manual
Modified: sysvinit/trunk/debian/patches/10_doc_manuals.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/10_doc_manuals.dpatch 2006-01-16 10:49:44 UTC (rev 647)
+++ sysvinit/trunk/debian/patches/10_doc_manuals.dpatch 2006-01-16 11:06:32 UTC (rev 648)
@@ -7,8 +7,53 @@
## DP: init.8: Mention that entering runlevel 1 kills all processes (Closes: #238861)
@DPATCH@
---- sysvinit-2.86.ds1.orig/man/init.8 2005-11-24 15:13:27.000000000 +0100
-+++ sysvinit-2.86.ds1/man/init.8 2005-11-24 15:15:02.000000000 +0100
+diff -urNad --exclude=CVS --exclude=.svn ./man/bootlogd.8 /tmp/dpep-work.sdKRBH/trunk/man/bootlogd.8
+--- ./man/bootlogd.8 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.sdKRBH/trunk/man/bootlogd.8 2006-01-16 12:03:56.000000000 +0100
+@@ -11,7 +11,7 @@
+ .SH DESCRIPTION
+ \fBBootlogd\fP runs in the background and copies all strings sent to the
+ \fI/dev/console\fP device to a logfile. If the logfile is not accessible,
+-the messages will be buffered in-memory until it is.
++the messages will be kept in memory until it is.
+ .SH OPTIONS
+ .IP \fB\-d\fP
+ Do not fork and run in the background.
+@@ -20,19 +20,21 @@
+ \fIlogfile~\fP unless \fIlogfile~\fP already exists.
+ .IP \fB\-v\fP
+ Show version.
+-.IP \fB\-l logfile\fP
++.IP "\fB\-l\fP \fIlogfile\fP"
+ Log to this logfile. The default is \fI/var/log/boot\fP.
+-.IP \fB\-p pidfile\fP
++.IP "\fB\-p\fP \fIpidfile\fP"
+ Put process-id in this file. The default is no pidfile.
+ .SH BUGS
+-Bootlogd works by redirecting the console output from the console
+-device. It copies that output to the real console device and a
+-logfile. There is no standard way to find out the real console device
+-if you have a new-style \fI/dev/console\fP device (major 5, minor 1).
+-\fBBootlogd\fP tries to parse the kernel command line, looking for
+-console= lines and deducts the real console device from that. If that
+-syntax is ever changed by the kernel, or a console-type is used
+-bootlogd does not know about, bootlogd will not work.
++Bootlogd works by redirecting the console output from the console device.
++(Consequently \fBbootlogd\fP requires \fBCONFIG_LEGACY_PTYS=y\fP in the kernel configuration.)
++It copies that output to the real console device and to a log file.
++There is no standard way of ascertaining the real console device
++if you have a new-style \fI/dev/console\fP device (major 5, minor 1)
++so \fBbootlogd\fP parses the kernel command line looking for
++\fBconsole=...\fP lines and deduces the real console device from that.
++If that syntax is ever changed by the kernel, or a console type is used that
++\fBbootlogd\fP does not know about then \fBbootlogd\fP will not work.
++
+ .SH AUTHOR
+ Miquel van Smoorenburg, miquels at cistron.nl
+ .SH "SEE ALSO"
+diff -urNad --exclude=CVS --exclude=.svn ./man/init.8 /tmp/dpep-work.sdKRBH/trunk/man/init.8
+--- ./man/init.8 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.sdKRBH/trunk/man/init.8 2006-01-16 11:56:29.000000000 +0100
@@ -36,21 +36,34 @@
only a selected group of processes to exist. The processes spawned by
\fBinit\fP for each of these runlevels are defined in the
@@ -80,8 +125,9 @@
.\"}}}
.\"{{{ Diagnostics
.SH DIAGNOSTICS
---- sysvinit-2.86.ds1.orig/man/last.1
-+++ sysvinit-2.86.ds1/man/last.1
+diff -urNad --exclude=CVS --exclude=.svn ./man/last.1 /tmp/dpep-work.sdKRBH/trunk/man/last.1
+--- ./man/last.1 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.sdKRBH/trunk/man/last.1 2006-01-16 11:56:29.000000000 +0100
@@ -51,6 +51,8 @@
.\"}}}
.\"{{{ Options
@@ -91,8 +137,9 @@
.IP \fB\-\fP\fInum\fP
This is a count telling \fBlast\fP how many lines to show.
.IP "\fB\-n\fP \fInum\fP"
---- sysvinit-2.86.ds1.orig/man/mesg.1
-+++ sysvinit-2.86.ds1/man/mesg.1
+diff -urNad --exclude=CVS --exclude=.svn ./man/mesg.1 /tmp/dpep-work.sdKRBH/trunk/man/mesg.1
+--- ./man/mesg.1 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.sdKRBH/trunk/man/mesg.1 2006-01-16 11:56:29.000000000 +0100
@@ -26,7 +26,9 @@
.PP
If no option is given, \fBmesg\fP prints out the current access state of your
@@ -104,8 +151,9 @@
\fBMesg\fP assumes that its standard input is connected to your
terminal. That also means that if you are logged in multiple times,
you can get/set the mesg status of other sessions by using redirection.
---- sysvinit-2.86.ds1.orig/man/pidof.8
-+++ sysvinit-2.86.ds1/man/pidof.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/pidof.8 /tmp/dpep-work.sdKRBH/trunk/man/pidof.8
+--- ./man/pidof.8 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.sdKRBH/trunk/man/pidof.8 2006-01-16 11:56:29.000000000 +0100
@@ -31,6 +31,13 @@
Tells \fIpidof\fP to omit processes with that process id. The special
pid \fB%PPID\fP can be used to name the parent process of the \fIpidof\fP
@@ -120,8 +168,9 @@
.SH NOTES
\fIpidof\fP is simply a (symbolic) link to the \fIkillall5\fP program,
which should also be located in \fP/sbin\fP.
---- sysvinit-2.86.ds1.orig/man/shutdown.8
-+++ sysvinit-2.86.ds1/man/shutdown.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/shutdown.8 /tmp/dpep-work.sdKRBH/trunk/man/shutdown.8
+--- ./man/shutdown.8 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.sdKRBH/trunk/man/shutdown.8 2006-01-16 11:56:29.000000000 +0100
@@ -100,10 +100,11 @@
Second, it can be in the format \fB+\fP\fIm\fP, in which \fIm\fP is the
number of minutes to wait. The word \fBnow\fP is an alias for \fB+0\fP.
@@ -136,17 +185,3 @@
can signal init (i.e. it is cancelled or something goes wrong).
It also removes it before calling init to change the runlevel.
.PP
---- sysvinit-2.86.ds1.orig/man/bootlogd.8
-+++ sysvinit-2.86.ds1/man/bootlogd.8
-@@ -20,10 +20,10 @@
- \fIlogfile~\fP unless \fIlogfile~\fP already exists.
- .IP \fB\-v\fP
- Show version.
--.IP \fB\-l logfile\fP
-+.IP "\fB\-l logfile\fP"
- Log to this logfile. The default is \fI/var/log/boot\fP.
--.IP \fB\-p pidfile\fP
-+.IP "\fB\-p pidfile\fP"
- Put process-id in this file. The default is no pidfile.
- .SH BUGS
- Bootlogd works by redirecting the console output from the console
More information about the Pkg-sysvinit-commits
mailing list