[Pkg-sysvinit-commits] r702 - in sysvinit/trunk/debian: . patches
Thomas Hood
jdthood-guest at costa.debian.org
Wed Jan 25 10:46:29 UTC 2006
Author: jdthood-guest
Date: 2006-01-25 10:46:28 +0000 (Wed, 25 Jan 2006)
New Revision: 702
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/patches/10_doc_manuals.dpatch
Log:
Typo massacre
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2006-01-25 10:43:02 UTC (rev 701)
+++ sysvinit/trunk/debian/changelog 2006-01-25 10:46:28 UTC (rev 702)
@@ -1,4 +1,4 @@
-sysvinit (2.86.ds1-12~3) unstable; urgency=low
+sysvinit (2.86.ds1-12~4) unstable; urgency=low
[ Thomas Hood ]
* rcS(5): Improve; mention that if UTC=no then admin must ensure
@@ -17,6 +17,10 @@
(Closes: #58119)
* initscripts postinst: Actually remove some things on purge
+ [ A Costa / TH ]
+ * man pages: Fix many typos (Closes: #349768, #349769, #349770, #349771,
+ #349772, #349773)
+
-- Thomas Hood <jdthood at yahoo.co.uk> Mon, 23 Jan 2006 11:24:47 +0100
sysvinit (2.86.ds1-11) unstable; urgency=low
Modified: sysvinit/trunk/debian/patches/10_doc_manuals.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/10_doc_manuals.dpatch 2006-01-25 10:43:02 UTC (rev 701)
+++ sysvinit/trunk/debian/patches/10_doc_manuals.dpatch 2006-01-25 10:46:28 UTC (rev 702)
@@ -1,15 +1,13 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_doc_manuals.dpatch by ?
+## 10_doc_manuals.dpatch by the Debian ALSA psychos
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: Misc patches to manual pages found in version 2.86.ds1-1.1.
-## DP: Typo reported in bug #326408 is fixed in this patch.
-## DP: init.8: Mention that entering runlevel 1 kills all processes (Closes: #238861)
+## DP: Misc patches to manual pages
@DPATCH@
-diff -urNad --exclude=CVS --exclude=.svn ./man/bootlogd.8 /tmp/dpep-work.ceRMyc/trunk/man/bootlogd.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/bootlogd.8 /tmp/dpep-work.tmB3Dm/trunk/man/bootlogd.8
--- ./man/bootlogd.8 2005-12-02 17:22:58.000000000 +0100
-+++ /tmp/dpep-work.ceRMyc/trunk/man/bootlogd.8 2006-01-17 21:54:33.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/bootlogd.8 2006-01-25 11:29:01.000000000 +0100
@@ -11,7 +11,7 @@
.SH DESCRIPTION
\fBBootlogd\fP runs in the background and copies all strings sent to the
@@ -51,9 +49,53 @@
.SH AUTHOR
Miquel van Smoorenburg, miquels at cistron.nl
.SH "SEE ALSO"
-diff -urNad --exclude=CVS --exclude=.svn ./man/init.8 /tmp/dpep-work.ceRMyc/trunk/man/init.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/halt.8 /tmp/dpep-work.tmB3Dm/trunk/man/halt.8
+--- ./man/halt.8 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/halt.8 2006-01-25 11:35:17.000000000 +0100
+@@ -36,7 +36,7 @@
+ .SH DESCRIPTION
+ \fBHalt\fP notes that the system is being brought down in the file
+ \fI/var/log/wtmp\fP, and then either tells the kernel to halt, reboot or
+-poweroff the system.
++power-off the system.
+ .PP
+ If \fBhalt\fP or \fBreboot\fP is called when the system is
+ \fInot\fP in runlevel \fB0\fP or \fB6\fP, in other words when it's running
+@@ -61,9 +61,9 @@
+ .IP \fB\-i\fP
+ Shut down all network interfaces just before halt or reboot.
+ .IP \fB\-h\fP
+-Put all harddrives on the system in standby mode just before halt or poweroff.
++Put all hard drives on the system in stand-by mode just before halt or power-off.
+ .IP \fB\-p\fP
+-When halting the system, do a poweroff. This is the default when halt is
++When halting the system, switch off the power. This is the default when halt is
+ called as \fBpoweroff\fP.
+ .\"}}}
+ .\"{{{ Diagnostics
+@@ -80,14 +80,14 @@
+ correctly) \fBshutdown\fP will be called, which might not be what you want.
+ Use the \fB-f\fP flag if you want to do a hard \fBhalt\fP or \fBreboot\fP.
+ .PP
+-The \fB-h\fP flag puts all harddisks in standby mode just before halt
+-or poweroff. Right now this is only implemented for IDE drives. A side
+-effect of putting the drive in standby mode is that the write cache
++The \fB-h\fP flag puts all hard disks in standby mode just before halt
++or power-off. Right now this is only implemented for IDE drives. A side
++effect of putting the drive in stand-by mode is that the write cache
+ on the disk is flushed. This is important for IDE drives, since the
+-kernel doesn't flush the write-cache itself before poweroff.
++kernel doesn't flush the write cache itself before power-off.
+ .PP
+ The \fBhalt\fP program uses /proc/ide/hd* to find all IDE disk devices,
+-which means that /proc needs to be mounted when \fBhalt\fP or
++which means that \fI/proc\fP needs to be mounted when \fBhalt\fP or
+ \fBpoweroff\fP is called or the \fB-h\fP switch will do nothing.
+ .PP
+ .\"}}}
+diff -urNad --exclude=CVS --exclude=.svn ./man/init.8 /tmp/dpep-work.tmB3Dm/trunk/man/init.8
--- ./man/init.8 2005-12-02 17:22:58.000000000 +0100
-+++ /tmp/dpep-work.ceRMyc/trunk/man/init.8 2006-01-17 21:54:33.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/init.8 2006-01-25 11:29:01.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 +167,37 @@
.\"}}}
.\"{{{ Diagnostics
.SH DIAGNOSTICS
-diff -urNad --exclude=CVS --exclude=.svn ./man/last.1 /tmp/dpep-work.ceRMyc/trunk/man/last.1
+diff -urNad --exclude=CVS --exclude=.svn ./man/initscript.5 /tmp/dpep-work.tmB3Dm/trunk/man/initscript.5
+--- ./man/initscript.5 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/initscript.5 2006-01-25 11:29:54.000000000 +0100
+@@ -29,9 +29,9 @@
+ PATH=/bin:/sbin:/usr/bin:/usr/sbin
+ export PATH
+
+- # Increase the hard filedescriptor limit for all processes
+- # to 8192. The soft limit is still 1024, but any unpriviliged
+- # process can increase it's soft limit up to the hardlimit
++ # Increase the hard file descriptor limit for all processes
++ # to 8192. The soft limit is still 1024, but any unprivileged
++ # process can increase its soft limit up to the hard limit
+ # with "ulimit -Sn xxx" (needs a 2.2.13 or later Linux kernel).
+ ulimit -Hn 8192
+
+diff -urNad --exclude=CVS --exclude=.svn ./man/inittab.5 /tmp/dpep-work.tmB3Dm/trunk/man/inittab.5
+--- ./man/inittab.5 2005-12-02 17:22:58.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/inittab.5 2006-01-25 11:31:30.000000000 +0100
+@@ -128,7 +128,7 @@
+ .\"}}}
+ .\"{{{ powerokwait
+ .IP \fBpowerokwait\fP
+-This process will be executed as soon as \fBinit\fP is informormed that the
++This process will be executed as soon as \fBinit\fP is informed that the
+ power has been restored.
+ .\"}}}
+ .\"{{{ powerfailnow
+diff -urNad --exclude=CVS --exclude=.svn ./man/last.1 /tmp/dpep-work.tmB3Dm/trunk/man/last.1
--- ./man/last.1 2005-12-02 17:22:58.000000000 +0100
-+++ /tmp/dpep-work.ceRMyc/trunk/man/last.1 2006-01-17 21:54:33.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/last.1 2006-01-25 11:29:01.000000000 +0100
@@ -51,6 +51,8 @@
.\"}}}
.\"{{{ Options
@@ -137,9 +207,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.ceRMyc/trunk/man/mesg.1
+diff -urNad --exclude=CVS --exclude=.svn ./man/mesg.1 /tmp/dpep-work.tmB3Dm/trunk/man/mesg.1
--- ./man/mesg.1 2005-12-02 17:22:58.000000000 +0100
-+++ /tmp/dpep-work.ceRMyc/trunk/man/mesg.1 2006-01-17 21:54:33.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/mesg.1 2006-01-25 11:29:01.000000000 +0100
@@ -26,7 +26,9 @@
.PP
If no option is given, \fBmesg\fP prints out the current access state of your
@@ -151,9 +221,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.ceRMyc/trunk/man/pidof.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/pidof.8 /tmp/dpep-work.tmB3Dm/trunk/man/pidof.8
--- ./man/pidof.8 2005-12-02 17:22:58.000000000 +0100
-+++ /tmp/dpep-work.ceRMyc/trunk/man/pidof.8 2006-01-17 21:54:33.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/pidof.8 2006-01-25 11:29:01.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 +238,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.ceRMyc/trunk/man/shutdown.8
+diff -urNad --exclude=CVS --exclude=.svn ./man/shutdown.8 /tmp/dpep-work.tmB3Dm/trunk/man/shutdown.8
--- ./man/shutdown.8 2005-12-02 17:22:58.000000000 +0100
-+++ /tmp/dpep-work.ceRMyc/trunk/man/shutdown.8 2006-01-17 21:54:33.000000000 +0100
++++ /tmp/dpep-work.tmB3Dm/trunk/man/shutdown.8 2006-01-25 11:36:20.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.
@@ -185,10 +255,26 @@
can signal init (i.e. it is cancelled or something goes wrong).
It also removes it before calling init to change the runlevel.
.PP
-diff -urNad --exclude=CVS --exclude=.svn ./man/sulogin.8 /tmp/dpep-work.ceRMyc/trunk/man/sulogin.8
+@@ -117,13 +118,13 @@
+ file \fI/forcefsck\fP which can be tested by the system when it comes
+ up again. The boot rc file can test if this file is present, and decide
+ to run \fBfsck\fP(1) with a special `force' flag so that even properly
+-unmounted filesystems get checked.
++unmounted file systems get checked.
+ After that, the boot process should remove \fI/forcefsck\fP.
+ .PP
+ The \fB-n\fP flag causes \fBshutdown\fP not to call \fBinit\fP,
+ but to kill all running processes itself.
+ \fBshutdown\fP will then turn off quota, accounting, and swapping
+-and unmount all filesystems.
++and unmount all file systems.
+ .\"}}}
+ .\"{{{ Files
+ .SH ACCESS CONTROL
+diff -urNad --exclude=CVS --exclude=.svn ./man/sulogin.8 /tmp/dpep-work.tmB3Dm/trunk/man/sulogin.8
--- ./man/sulogin.8 2005-12-02 17:22:58.000000000 +0100
-+++ /tmp/dpep-work.ceRMyc/trunk/man/sulogin.8 2006-01-17 22:07:42.000000000 +0100
-@@ -1,53 +1,60 @@
++++ /tmp/dpep-work.tmB3Dm/trunk/man/sulogin.8 2006-01-25 11:39:35.000000000 +0100
+@@ -1,61 +1,68 @@
-.TH SULOGIN 8 "04 Nov 2003" "" "Linux System Administrator's Manual"
+.TH SULOGIN 8 "17 Jan 2006" "" "Linux System Administrator's Manual"
.SH NAME
@@ -256,7 +342,8 @@
-This is very valuable together with the \fB-b\fP flag to init. To boot
+This is very valuable together with the \fB\-b\fP option to init. To boot
the system into single user mode, with the root file system mounted read/write,
- using a special "failsafe" shell that is statically linked (this example
+-using a special "failsafe" shell that is statically linked (this example
++using a special "fail safe" shell that is statically linked (this example
is valid for the LILO bootprompt)
.PP
-boot: linux -b rw sushell=/sbin/sash
@@ -269,11 +356,12 @@
\fIsulogin\fP examines these files directly to find the root password:
.PP
/etc/passwd,
-@@ -55,7 +62,7 @@
+ .br
/etc/shadow (if present)
.PP
- If they are damaged or non-existant, sulogin will start a root shell
+-If they are damaged or non-existant, sulogin will start a root shell
-without asking for a password. Only use the \fB-e\fP option if you
++If they are damaged or nonexistent, sulogin will start a root shell
+without asking for a password. Only use the \fB\-e\fP option if you
are sure the console is physically protected against unauthorized access.
.SH AUTHOR
More information about the Pkg-sysvinit-commits
mailing list