summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}