From e320cbc913f2d70b3f68ba1005c02fb76adc4245 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Sep 1996 00:24:55 +0000 Subject: update from main archive 960922 Sun Sep 22 15:18:41 1996 Ulrich Drepper * sysdeps/unix/sysv/linux/init-first.c: Define dummy function `_dl_start' so that linking fails if this file should ever be used in ld.so. * catgets/gencat.c (main): Change --version message according to RMS' last standard revision. * db/makedb.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. (__get_nproc_conf): New function. --- db/makedb.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/makedb.c b/db/makedb.c index a62e3d848b..cfe6aed157 100644 --- a/db/makedb.c +++ b/db/makedb.c @@ -114,7 +114,18 @@ main (argc, argv) /* Version information is requested. */ if (do_version) - printf ("%s - GNU %s %s\n", program_invocation_name, PACKAGE, VERSION); + { + fprintf (stderr, "makedb - GNU %s %s\n", PACKAGE, VERSION); + fprintf (stderr, _("\ +Copyright (C) %s Free Software Foundation, Inc.\n\ +This is free software; see the source for copying conditions. There is NO\n\ +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ +"), "1996"); + fprintf (stderr, _("Written by %s\n"), + "Ulrich Drepper "); + + exit (EXIT_SUCCESS); + } /* Help is requested. */ if (do_help) -- cgit v1.2.3