summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:53:10 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:53:10 +0000
commit54abd850106b7c1d65da6dbd7683cb48f52935fd (patch)
tree836f0575695014e54b0087a57de519422d897b8c
parent5db3c9bdb44965fcd9dd89648d5713f8c1630522 (diff)
downloadcoreutils-54abd850106b7c1d65da6dbd7683cb48f52935fd.tar.xz
update bug-reporting address
-rw-r--r--old/fileutils/ChangeLog4
-rw-r--r--src/chgrp.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 20df53484..bebb4fbf8 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,7 @@
+1997-10-07 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/*.c: Update bug-reporting address.
+
1997-10-06 Jim Meyering <meyering@na-net.ornl.gov>
* src/install.c (usage): Add a line describing --verbose.
diff --git a/src/chgrp.c b/src/chgrp.c
index 9a20e8b71..801f5ad18 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -319,7 +319,7 @@ Change the group membership of each FILE to GROUP.\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));
- puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
+ puts (_("\nReport bugs to <fileutils-bugs@gnu.org>."));
}
exit (status);
}