~ubuntu-branches/ubuntu/precise/nfs-utils/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/17-Fix-statd.8-manpage-syntax-visible.patch

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-07-23 17:54:36 UTC
  • mfrom: (14.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110723175436-mu7zaa6637prifpq
* Merge from Debian unstable (LP: #728586, LP: #789117), remaining
  changes:
  - debian/nfs-common.{statd,statd-mounting,gssd,idmapd}.upstart,
    debian/control, debian/nfs-common.{preinst,postinst,prerm,postrm},
    debian/rules: drop nfs-common init script in favor of upstart jobs,
    and build-depend on debhelper (>= 7.3.15ubuntu3) for correct upstart
    init handling.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - debian/nfs-kernel-server.postinst: don't call "invoke-rc.d nfs-common"
    in the postinst, this is redundant anyway and the nfs-common init script
    is gone now.
  - nfs-kernel-server.default:  Add comment about how to disable nfs4.
  - debian/patches/multiarch-kerberos-paths: Search for kerberos libs
    in multiarch locations.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - ubuntu-fix-kernel-version-handling: avoid segfaults from short kernel
    version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
>From eb0f1c1ccb60ebed6c959088467f5bf8bfcaedc9 Mon Sep 17 00:00:00 2001
 
2
From: Simon Paillard <spaillard@debian.org>
 
3
Date: Wed, 27 Apr 2011 00:15:49 +0200
 
4
Subject: [PATCH] Fix statd.8 manpage syntax 'visible'
 
5
 
 
6
---
 
7
 utils/statd/statd.man |    4 ++--
 
8
 1 files changed, 2 insertions(+), 2 deletions(-)
 
9
 
 
10
diff --git a/utils/statd/statd.man b/utils/statd/statd.man
 
11
index ca00e24..3209a50 100644
 
12
--- a/utils/statd/statd.man
 
13
+++ b/utils/statd/statd.man
 
14
@@ -347,8 +347,8 @@ of the requesting lock manager.
 
15
 TI-RPC is a pre-requisite for supporting NFS on IPv6.
 
16
 If TI-RPC support is built into
 
17
 .BR rpc.statd ,
 
18
-it attempts to start listeners on network transports marked
 
19
-'visible' in
 
20
+it attempts to start listeners on network transports marked 'visible'
 
21
+in
 
22
 .IR /etc/netconfig .
 
23
 As long as at least one network transport listener starts successfully,
 
24
 .B rpc.statd
 
25
-- 
 
26
1.7.2.5
 
27