]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Imported Debian patch 1.1.1-10 debian/1%1.1.1-10
authorSteinar H. Gunderson <sesse@debian.org>
Sat, 24 Nov 2007 17:16:51 +0000 (18:16 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 14 Jul 2010 01:59:36 +0000 (02:59 +0100)
debian/changelog
debian/patches/09-fix-nfsstat-option.patch [new file with mode: 0644]
debian/patches/series

index e4462efadcc15125eb983710583f06ff75e55f7c..cfc86844c36a3667d58c9eb915b9c60a610b55a4 100644 (file)
@@ -1,3 +1,10 @@
+nfs-utils (1:1.1.1-10) unstable; urgency=low
+
+  * 09-fix-nfsstat-option.patch: New patch, fixes so nfsstat help and man
+    pages say --mounts instead of the wrong --mounted. (Closes: #451965)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Sat, 24 Nov 2007 18:16:51 +0100
+
 nfs-utils (1:1.1.1-9) unstable; urgency=high
 
   * Re-add modprobing of the "nfs" module (leaving the sunrpc module, so as
diff --git a/debian/patches/09-fix-nfsstat-option.patch b/debian/patches/09-fix-nfsstat-option.patch
new file mode 100644 (file)
index 0000000..0da1fa9
--- /dev/null
@@ -0,0 +1,26 @@
+Index: nfs-utils-1.1.1/utils/nfsstat/nfsstat.c
+===================================================================
+--- nfs-utils-1.1.1.orig/utils/nfsstat/nfsstat.c       2007-11-19 21:57:59.000000000 +0100
++++ nfs-utils-1.1.1/utils/nfsstat/nfsstat.c    2007-11-19 21:58:13.000000000 +0100
+@@ -207,7 +207,7 @@
+ {
+       printf("Usage: %s [OPTION]...\n\
+ \n\
+-  -m, --mounted\t\tShow statistics on mounted NFS filesystems\n\
++  -m, --mounts\t\tShow statistics on mounted NFS filesystems\n\
+   -c, --client\t\tShow NFS client statistics\n\
+   -s, --server\t\tShow NFS server statistics\n\
+   -2\t\t\tShow NFS version 2 statistics\n\
+Index: nfs-utils-1.1.1/utils/nfsstat/nfsstat.man
+===================================================================
+--- nfs-utils-1.1.1.orig/utils/nfsstat/nfsstat.man     2007-11-19 21:58:16.000000000 +0100
++++ nfs-utils-1.1.1/utils/nfsstat/nfsstat.man  2007-11-19 21:58:48.000000000 +0100
+@@ -35,7 +35,7 @@
+ .B \-4
+ Print only NFS v4 statistics. 
+ .TP
+-.B \-m, \-\-mounted
++.B \-m, \-\-mounts
+ Print information about each of the mounted \fBNFS\fR file systems.
+ If this option is used, all other options are ignored.
index 7137944dc834147177be1b26d58268b83c9a3b6e..e4310fddd99b67407336d4e6715ad5f180e83ea0 100644 (file)
@@ -1,3 +1,4 @@
+09-fix-nfsstat-option.patch
 08-clarify-unexport.patch
 02-document-debian-init-scripts.patch
 03-sm-notify-in-sbin.patch