From 99fc199c797b7ec98ddea1c64bba58f725aa02e9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 Apr 2004 12:39:09 +0000 Subject: rename MandrakeMove to Mandrakemove --- mdk-stage1/config-stage1.h | 2 +- mdk-stage1/stage1.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index 665b4d541..5d42bab1a 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -33,7 +33,7 @@ #ifdef MANDRAKE_MOVE #define MEM_LIMIT_MOVE 120 -#define DISTRIB_NAME "MandrakeMove" +#define DISTRIB_NAME "Mandrakemove" #define IMAGE_LOCATION "/sysroot/cdrom" #define IMAGE_LOCATION_REAL "/sysroot/image" #define SLASH_LOCATION "/sysroot" diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index e1efc6348..4d90496cc 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -603,7 +603,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) stg1_error_message(DISTRIB_NAME " typically needs more than %d Mbytes of memory (detected %d Mbytes). You may proceed, but the machine may crash or lock up for no apparent reason. Continue at your own risk. Alternatively, you may reboot your system now.", MEM_LIMIT_MOVE, total_memory()); if (mandrake_move_pre() != RETURN_OK) - stg1_error_message("Fatal error when preparing MandrakeMove."); + stg1_error_message("Fatal error when preparing Mandrakemove."); #endif #ifndef DISABLE_DISK @@ -623,7 +623,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) #ifdef MANDRAKE_MOVE if (mandrake_move_post() != RETURN_OK) - stg1_error_message("Fatal error when launching MandrakeMove."); + stg1_error_message("Fatal error when launching Mandrakemove."); #endif if (shell_pid != 0) { -- cgit v1.2.1