From 7c6511ed3a51cf5943a25013425e60c67184133f Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Sun, 29 Jan 2012 21:20:51 +0000 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r2856 | dmorgan | 2012-01-29 21:20:51 +0000 (Sun, 29 Jan 2012) | 1 line Import setup ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - Replace "Mandriva" with "Mageia" in 'fprintf (stderr, "Mageia Linux run-parts program, version " VERSION "\n" ' in file utils/run-parts.c - License is 'public domain' according to the relevant rpm spec file which is written by Mandriva (no explicit COPYING or LICENSE files) - run-parts is GPLv2+ according to the copyright headers (Debian) --- utils/run-parts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/run-parts.c b/utils/run-parts.c index 5e3f20f..db6193e 100644 --- a/utils/run-parts.c +++ b/utils/run-parts.c @@ -53,7 +53,7 @@ void error (char *format,...) static void version (void) { - fprintf (stderr, "Mandriva Linux run-parts program, version " VERSION "\n" + fprintf (stderr, "Mageia run-parts program, version " VERSION "\n" "Copyright (C) 1994 Ian Jackson, Copyright (C) 1996 Jeff Noxon.\n" "Copyright (C) 1996,1997,1998,1999 Guy Maor\n" "This is free software; see the GNU General Public License version 2\n" -- cgit v1.2.1