]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
authorJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 10:05:47 +0000 (10:05 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 10:05:47 +0000 (10:05 +0000)
of 2003-09-19.  Now, AUTHORS is a comma-separated list of strings.
Update the call to parse_long_options so that `AUTHORS, NULL' are the
last parameters.

* src/true.c (main): Append NULL to version_etc argument list.
* src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise.

login-utils/su.c

index 94594b237d350ce867e75e336cab5194a2474d36..3bcc87abde26a0ee51fc2e4db57da6a98f2500c2 100644 (file)
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "su"
 
-#define WRITTEN_BY _("Written by David MacKenzie.")
+#define AUTHORS "David MacKenzie"
 
 #if HAVE_PATHS_H
 # include <paths.h>
@@ -508,7 +508,7 @@ main (int argc, char **argv)
 
        case_GETOPT_HELP_CHAR;
 
-       case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY);
+       case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
 
        default:
          usage (EXIT_FAILURE);