diff --git a/.cvsignore b/.cvsignore index e9f4041..1af22f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -10,3 +10,4 @@ nfs-utils-1.0.10.tar.bz2 nfs-utils-1.0.11.tar.bz2 nfs-utils-1.0.12.tar.bz2 nfs-utils-1.1.0.tar.bz2 +nfs-utils-1.1.1.tar.bz2 diff --git a/nfs-utils-1.1.1-mountd-man.patch b/nfs-utils-1.1.1-mountd-man.patch new file mode 100644 index 0000000..44d41ae --- /dev/null +++ b/nfs-utils-1.1.1-mountd-man.patch @@ -0,0 +1,21 @@ +commit 7c6a4ae0aff5c2cd5fde2909e8af886ccf0bd27d +Author: Steve Dickson +Date: Mon Jan 7 10:39:37 2008 -0500 + + Fixed typo in rpc.mountd's man page + + Signed-off-by: Steve Dickson + +diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man +index 4276663..2f42d00 100644 +--- a/utils/mountd/mountd.man ++++ b/utils/mountd/mountd.man +@@ -119,7 +119,7 @@ The third will be the path that the client is mounting. + The last is the number of concurrent mounts that we believe the client + has of that path. + .TP +-.BI "\-P," "" " \-\-state\-directory\-path " directory ++.BI "\-s," "" " \-\-state\-directory\-path " directory + specify a directory in which to place statd state information. + If this option is not specified the default of + .BR /var/lib/nfs diff --git a/nfs-utils.spec b/nfs-utils.spec index a44adc7..fe700d1 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -30,6 +30,7 @@ Patch04: nfs-utils-1.1.0-exp-subtree-warn-off.patch Patch05: nfs-utils-1.1.0-exportfs-open.patch Patch06: nfs-utils-1.1.0-exportfs-man-update.patch Patch07: nfs-utils-1.1.0-nfs-man.patch +Patch08: nfs-utils-1.1.1-mountd-man.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -90,6 +91,7 @@ This package also contains the mount.nfs and umount.nfs program. %patch05 -p1 %patch06 -p1 %patch07 -p1 +%patch08 -p1 %if %{enablefscache} %patch90 -p1 @@ -265,6 +267,7 @@ fi - Added the removal of sm-notify.pid to nfslock init script. - Changed spec file to use condrestart instead of condstop when calling init scripts. +- Fixed typo in rpc.mountd man page * Tue Dec 04 2007 Release Engineering - 1.1.0-7 - Rebuild for openldap bump diff --git a/sources b/sources index 8db56d9..078eb8b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ ae7db9c61c5ad04f83bb99e5caed73da nfs.doc.tar.gz -42d92ed97f7d4071a017ccac8055cf51 nfs-utils-1.1.0.tar.bz2 +d2a7815329405172b29f051fcffe3c94 nfs-utils-1.1.1.tar.bz2