2008-02-14 21:15:52

by Chuck Lever

[permalink] [raw]
Subject: [PATCH] nfs-utils: update mailing list address

As part of migrating from nfs-TtF/[email protected] to [email protected],
update the mailing list address used to report bugs in nfs-utils.

I 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 <[email protected]>
---

README | 2 +-
configure.ac | 2 +-
utils/mount/mount.nfs.man | 3 ---
utils/mount/umount.nfs.man | 3 ---
4 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/README b/README
index e2196da..e7588cf 100644
--- a/README
+++ b/README
@@ -162,4 +162,4 @@ scripts can be written to work correctly.
Share And Enjoy!

-- the nfs-utils developers
- <[email protected]>
+ <[email protected]>
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-TtF/[email protected]],[nfs-utils])
+AC_INIT([linux nfs-utils],[1.1.1],[[email protected]],[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 [email protected] of any bugs found in this software.
-
.SH "AUTHOR"
Amit Gud <[email protected]>
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 [email protected] of any bugs found in this software.
-
.SH "AUTHOR"
Amit Gud <[email protected]>