diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-03-05 10:07:11 -0500 |
---|---|---|
committer | Steve Dickson <steved@dickson.boston.devel.redhat.com> | 2008-03-05 10:07:11 -0500 |
commit | c4276d4353dc8dd26cc58ccbf4bf899999b84a57 (patch) | |
tree | 20fe6514a73ef146d9f5ecb74a99bf2962ca8158 | |
parent | f24884196dac4cffc3ae79cf87cf51d892cda46c (diff) | |
download | nfs-utils-c4276d4353dc8dd26cc58ccbf4bf899999b84a57.tar.gz nfs-utils-c4276d4353dc8dd26cc58ccbf4bf899999b84a57.tar.xz nfs-utils-c4276d4353dc8dd26cc58ccbf4bf899999b84a57.zip |
As part of migrating from nfs@lists.sf.net to linux-nfs@vger.kernel.org,
update the mailing list address used to report bugs in nfs-utils.
Removed the BUGS section in the mount.nfs and umount.nfs man pages since
they weren't consistent with the contents of the BUGS sections in others
in nfs-utils.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | utils/mount/mount.nfs.man | 3 | ||||
-rw-r--r-- | utils/mount/umount.nfs.man | 3 |
4 files changed, 2 insertions, 8 deletions
@@ -162,4 +162,4 @@ scripts can be written to work correctly. Share And Enjoy! -- the nfs-utils developers - <nfs@lists.sourceforge.net> + <linux-nfs@vger.kernel.org> diff --git a/configure.ac b/configure.ac index 68c02f3..ab3198a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([linux nfs-utils],[1.1.1],[nfs@lists.sf.net],[nfs-utils]) +AC_INIT([linux nfs-utils],[1.1.1],[linux-nfs@vger.kernel.org],[nfs-utils]) AC_CANONICAL_BUILD([]) AC_CANONICAL_HOST([]) AC_CONFIG_MACRO_DIR(aclocal) diff --git a/utils/mount/mount.nfs.man b/utils/mount/mount.nfs.man index 624358c..1a4561b 100644 --- a/utils/mount/mount.nfs.man +++ b/utils/mount/mount.nfs.man @@ -82,8 +82,5 @@ table of mounted file systems .BR nfs (5), .BR mount (8), -.SH "BUGS" -Please notify nfs@lists.sourceforge.net of any bugs found in this software. - .SH "AUTHOR" Amit Gud <agud@redhat.com> diff --git a/utils/mount/umount.nfs.man b/utils/mount/umount.nfs.man index ee4cdaf..15addfa 100644 --- a/utils/mount/umount.nfs.man +++ b/utils/mount/umount.nfs.man @@ -66,8 +66,5 @@ table of mounted file systems .BR nfs (5), .BR umount (8), -.SH "BUGS" -Please notify nfs@lists.sourceforge.net of any bugs found in this software. - .SH "AUTHOR" Amit Gud <agud@redhat.com> |