]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 20df53484a8dd75358c258427807a51cc6968369..bebb4fbf8482c3d1eba3860faa685bc179d68658 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 9a20e8b71e9b35cacb3550185f31e9ad17955122..801f5ad18ba8c4eb0855af033ce075ed5899d255 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);
 }