[Pkg-sysvinit-commits] r652 - sysvinit/trunk/debian/patches

Thomas Hood jdthood-guest at costa.debian.org
Mon Jan 16 12:55:12 UTC 2006


Author: jdthood-guest
Date: 2006-01-16 12:55:11 +0000 (Mon, 16 Jan 2006)
New Revision: 652

Modified:
   sysvinit/trunk/debian/patches/10_doc_manuals.dpatch
Log:
bootlogd does not require LEGACY PTY support, just some sort of PTY support, either legacy or unix98

Modified: sysvinit/trunk/debian/patches/10_doc_manuals.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/10_doc_manuals.dpatch	2006-01-16 12:53:22 UTC (rev 651)
+++ sysvinit/trunk/debian/patches/10_doc_manuals.dpatch	2006-01-16 12:55:11 UTC (rev 652)
@@ -7,9 +7,9 @@
 ## DP: init.8: Mention that entering runlevel 1 kills all processes (Closes: #238861)
 
 @DPATCH@
-diff -urNad --exclude=CVS --exclude=.svn ./man/bootlogd.8 /tmp/dpep-work.sdKRBH/trunk/man/bootlogd.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/bootlogd.8 /tmp/dpep-work.ns8y4d/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
++++ /tmp/dpep-work.ns8y4d/trunk/man/bootlogd.8	2006-01-16 13:53:53.000000000 +0100
 @@ -11,7 +11,7 @@
  .SH DESCRIPTION
  \fBBootlogd\fP runs in the background and copies all strings sent to the
@@ -39,7 +39,7 @@
 -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.)
++(Consequently \fBbootlogd\fP requires PTY support 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)
@@ -51,9 +51,9 @@
  .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
+diff -urNad --exclude=CVS --exclude=.svn ./man/init.8 /tmp/dpep-work.ns8y4d/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
++++ /tmp/dpep-work.ns8y4d/trunk/man/init.8	2006-01-16 13:53:32.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
@@ -125,9 +125,9 @@
  .\"}}}
  .\"{{{  Diagnostics
  .SH DIAGNOSTICS
-diff -urNad --exclude=CVS --exclude=.svn ./man/last.1 /tmp/dpep-work.sdKRBH/trunk/man/last.1
+diff -urNad --exclude=CVS --exclude=.svn ./man/last.1 /tmp/dpep-work.ns8y4d/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
++++ /tmp/dpep-work.ns8y4d/trunk/man/last.1	2006-01-16 13:53:32.000000000 +0100
 @@ -51,6 +51,8 @@
  .\"}}}
  .\"{{{  Options
@@ -137,9 +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"
-diff -urNad --exclude=CVS --exclude=.svn ./man/mesg.1 /tmp/dpep-work.sdKRBH/trunk/man/mesg.1
+diff -urNad --exclude=CVS --exclude=.svn ./man/mesg.1 /tmp/dpep-work.ns8y4d/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
++++ /tmp/dpep-work.ns8y4d/trunk/man/mesg.1	2006-01-16 13:53:32.000000000 +0100
 @@ -26,7 +26,9 @@
  .PP
  If no option is given, \fBmesg\fP prints out the current access state of your
@@ -151,9 +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.
-diff -urNad --exclude=CVS --exclude=.svn ./man/pidof.8 /tmp/dpep-work.sdKRBH/trunk/man/pidof.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/pidof.8 /tmp/dpep-work.ns8y4d/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
++++ /tmp/dpep-work.ns8y4d/trunk/man/pidof.8	2006-01-16 13:53:32.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
@@ -168,9 +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.
-diff -urNad --exclude=CVS --exclude=.svn ./man/shutdown.8 /tmp/dpep-work.sdKRBH/trunk/man/shutdown.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/shutdown.8 /tmp/dpep-work.ns8y4d/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
++++ /tmp/dpep-work.ns8y4d/trunk/man/shutdown.8	2006-01-16 13:53:32.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.




More information about the Pkg-sysvinit-commits mailing list