update bug-reporting address
authorJim Meyering <jim@meyering.net>
Tue, 7 Oct 1997 23:53:10 +0000 (23:53 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Oct 1997 23:53:10 +0000 (23:53 +0000)
old/fileutils/ChangeLog
src/chgrp.c

index 20df534..bebb4fb 100644 (file)
@@ -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.
index 9a20e8b..801f5ad 100644 (file)
@@ -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);
 }