~ubuntu-branches/debian/experimental/sysvinit/experimental

« back to all changes in this revision

Viewing changes to debian/patches/11_doc_mountpoint.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen
  • Date: 2008-08-12 16:07:50 UTC
  • Revision ID: james.westby@ubuntu.com-20080812160750-65gpyv74vh4qr69w
Tags: 2.86.ds1-61
* Fix typo in rcS(5), proberly->properly (Closes: #484233).  Thanks to
  Julien Danjou for noticing.
* Fix typo in rcS(5), maually->manually (Closes: #493680).  Thanks to
  Xr for noticing.
* Modify runlevel detection code in invoke-rc.d to notice the
  difference between runlevels 0 and 6, and the boot runlevel, to
  make it possible to use invoke-rc.d during boot (Closes: 384509).
* Make sure to call restorecon after mounting tmpfs file systems, to
  set SELinux permissions (Closes: #493679).  Patch from Russell
  Coker.
* Move responsibility of stopping the splash screen process from
  individual init.d scripts to init.d/rc.  This make sure the
  progress calculation reflect reality, and that the splash screen
  is taken down in runlevel 1 (Closes: #431560) and that it stop
  before gdm and kdm (Closes: #422922, #489734).
* Skip error message from checkfs.sh when / is read-only.  Patch
  from Mirek Slugen (Closes: #492214).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 11_doc_mountpoint.dpatch by Petter Reinholdtsen
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Use correct section number in manual page.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad trunk~/man/mountpoint.1 trunk/man/mountpoint.1
 
9
--- trunk~/man/mountpoint.1     2008-03-26 09:32:43.000000000 +0100
 
10
+++ trunk/man/mountpoint.1      2008-03-26 09:32:45.000000000 +0100
 
11
@@ -1,4 +1,4 @@
 
12
-.TH MOUNTPOINT 8 "Mar 15, 2004" "" "Linux System Administrator's Manual"
 
13
+.TH MOUNTPOINT 1 "Mar 15, 2004" "" "Linux System Administrator's Manual"
 
14
 .SH NAME
 
15
 mountpoint \- see if a directory is a mountpoint
 
16
 .SH SYNOPSIS