summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-27 09:54:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-27 09:54:34 +0000
commitfdf406ef8f89d9fd4832e3409e071ae6fafb87c3 (patch)
tree33e4859ab9d99aecda066e3720203a65dd9388d9 /mdk-stage1/stage1.c
parentb28f61c9be78cba70d539d3543fbbc311cd0696c (diff)
downloaddrakx-backup-do-not-use-fdf406ef8f89d9fd4832e3409e071ae6fafb87c3.tar
drakx-backup-do-not-use-fdf406ef8f89d9fd4832e3409e071ae6fafb87c3.tar.gz
drakx-backup-do-not-use-fdf406ef8f89d9fd4832e3409e071ae6fafb87c3.tar.bz2
drakx-backup-do-not-use-fdf406ef8f89d9fd4832e3409e071ae6fafb87c3.tar.xz
drakx-backup-do-not-use-fdf406ef8f89d9fd4832e3409e071ae6fafb87c3.zip
don't display version in move
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index a40d1c7c3..70d012d67 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -574,7 +574,13 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
spawn_shell();
#endif
init_modules_insmoding();
- init_frontend("Welcome to " DISTRIB_NAME " (" VERSION ") " __DATE__ " " __TIME__);
+ init_frontend("Welcome to " DISTRIB_NAME
+#ifdef MANDRAKE_MOVE
+ ", "
+#else
+ " (" VERSION ") "
+#endif
+ __DATE__ " " __TIME__);
if (IS_EXPERT)
expert_third_party_modules();