~ubuntu-branches/ubuntu/natty/insserv/natty-updates

« back to all changes in this revision

Viewing changes to debian/patches/20_manpage_spelling.patch

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen, Kel Modderman, Petter Reinholdtsen
  • Date: 2010-05-07 09:45:19 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100507094519-laz6segpkp1t9mce
Tags: 1.14.0-2
[ Kel Modderman ]
* Add 21_tweak_warnings.patch to make insserv warn about differing on
  disk state/LSB runlevel info for the script(s) in its argument list.
  (Closes: #578308)
* Add 100_show.patch which allows insserv --showall to dump start/stop
  bit, sequence number, runlevels and script name in the format:
  SK:NUM:RUNLEVELS:SCRIPT. It is commented out in quilt series file
  until confirmation from #573004 that it is actually useful.
* Add 30_interactive_regexp_match_fix.patch which fixes failure to
  properly match the correct group in the regular expression used on
  the X-Interactive keyword. (Closes: #580564)
* Modify 92_m68k_alignment.patch so that the define is grouped in an
  area of code which other similar defines live.

[ Petter Reinholdtsen ]
* Improve the output from make-testsuite. 
* Adjust the test_x_interactive behaviour to make sure it fails with
  a fatal error if X-Interactive: true do not work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix spelling errors in insserv(8).
 
2
From: Kel Modderman <kel@otaku42.de>
 
3
---
 
4
--- a/insserv.8.in
 
5
+++ b/insserv.8.in
 
6
@@ -124,7 +124,7 @@ these tags is stopped.
 
7
 The optional X\-Interactive keyword implies that the script using this
 
8
 keyword should be started alone in a concurrent boot configuration
 
9
 because it interact with the user at the console.  Only the value
 
10
-`true' is recogniced.  All other are ignored.
 
11
+`true' is recognised.  All other are ignored.
 
12
 .PP
 
13
 The optional
 
14
 .B X\-Start\-Before
 
15
@@ -244,7 +244,7 @@ in the configuration file
 
16
 also knows the special facility
 
17
 .BR $all .
 
18
 This facility indicates that a service should be inserted
 
19
-at the end of all services at starting and at the very begining
 
20
+at the end of all services at starting and at the very beginning
 
21
 at stopping.  Clearly all services using this facility will be
 
22
 grouped into one starting or stopping order.
 
23
 .\"