From: Jim Meyering Date: Sun, 3 Nov 1996 03:16:27 +0000 (+0000) Subject: change bug-reporting address X-Git-Tag: v2.22-rc1~347^2~10^2~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c49b33707e737ccd885cc92f1eb764c75ee502d9;p=thirdparty%2Futil-linux.git change bug-reporting address --- diff --git a/login-utils/su.c b/login-utils/su.c index 643e20e7ea..6399d7cf86 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -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-sh-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to sh-utils-bugs@gnu.ai.mit.edu")); } exit (status); }