From b1bca3aa6d401b53c65b7dfec75ace4aa543674d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 22 Dec 2000 14:41:43 +0000 Subject: use a #define for Linux-Mandrake following fclara's require --- mdk-stage1/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 93aae9338..59e63b988 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -187,7 +187,7 @@ int main(int argc, char **argv) set_param(MODE_TESTING); open_log(); - log_message("welcome to the Linux-Mandrake install (stage1, version " VERSION " built " __DATE__ " " __TIME__")"); + log_message("welcome to the " DISTRIB_NAME " install (stage1, version " VERSION " built " __DATE__ " " __TIME__")"); process_cmdline(); spawn_shell(); if (load_modules_dependencies()) -- cgit v1.2.1