~ubuntu-branches/debian/stretch/nfs-utils/stretch

« 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): Luk Claes, Luk Claes, Ben Hutchings
  • Date: 2011-06-18 10:48:28 UTC
  • Revision ID: james.westby@ubuntu.com-20110618104828-2cm50epe42bn0udc
Tags: 1:1.2.3-3
[ Luk Claes ]
* Remove build dependency on librpcsecgss-dev as it's superseded by
  libtirpc-dev
* Remove very old versioned dependencies on netbase and libblkid1
* Exclude state files from dh_md5sum
* Use rpcinfo instead of /dev/tcp redirection
* Fix CVE-2011-1749: Anticipate RLIMIT_FSIZE (Closes: #629420)
* start-statd: Use bash (Closes: #621027)
* Add build-arch and build-indep makefile targets to debian/rules
* Add override for setuid mount.nfs

[ Ben Hutchings ]
* statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard
  (Closes: #624261)
* exports.man: Fix syntax errors
* nfs.man: Fix syntax errors and improve tabulation

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