From a96eafd09be65824d41a75a146233ad3345d15dc Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 15 May 2001 15:07:19 +0000 Subject: blurk --- mdk-stage1/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 879a9765b..1d2d9e51a 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -332,7 +332,7 @@ int main(int argc, char **argv, char **env) spawn_interactive(); open_log(); - log_message("welcome to the " DISTRIB_NAME " install (stage1, version " VERSION " built " __DATE__ " " __TIME__")"); + log_message("welcome to the " DISTRIB_NAME " install (mdk-stage1, version " VERSION " built " __DATE__ " " __TIME__")"); process_cmdline(); handle_env(env); spawn_shell(); -- cgit v1.2.1