]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
authorJim Meyering <jim@meyering.net>
Tue, 2 Jul 2002 09:09:10 +0000 (09:09 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jul 2002 09:09:10 +0000 (09:09 +0000)
login-utils/su.c

index 563489c539e22ee33c570d305291fa4f6e3105a9..65bb8b3fc518c78b744361a27574ef48d4caf724 100644 (file)
@@ -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 <bug-sh-utils@gnu.org>."));
+      printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
       close_stdout ();
     }
   exit (status);