From: Jim Meyering Date: Tue, 2 Jul 2002 09:09:10 +0000 (+0000) Subject: (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. X-Git-Tag: v2.22-rc1~347^2~10^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f691ff287500d8248888d6ac95c20719792ef16c;p=thirdparty%2Futil-linux.git (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. --- diff --git a/login-utils/su.c b/login-utils/su.c index 563489c539..65bb8b3fc5 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -447,7 +447,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\ "), stdout); - puts (_("\nReport bugs to .")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); close_stdout (); } exit (status);