summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-03-05 10:07:11 -0500
committerSteve Dickson <steved@dickson.boston.devel.redhat.com>2008-03-05 10:07:11 -0500
commitc4276d4353dc8dd26cc58ccbf4bf899999b84a57 (patch)
tree20fe6514a73ef146d9f5ecb74a99bf2962ca8158 /configure.ac
parentf24884196dac4cffc3ae79cf87cf51d892cda46c (diff)
downloadnfs-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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)