]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
change bug-reporting address
authorJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 20:44:15 +0000 (20:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 20:44:15 +0000 (20:44 +0000)
login-utils/su.c

index e8096e745ef12e8a1f1aaa1104b9fbe9146f1b3b..643e20e7ea91e823ed3f468855cf7ae2fe592003 100644 (file)
@@ -430,7 +430,7 @@ Change the effective user id and group id to that of USER.\n\
 \n\
 A mere - implies -l.   If USER not given, assume root.\n\
 "));
-      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
     }
   exit (status);
 }