diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 16:41:53 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 16:41:53 +0000 |
commit | 0088de274228b3a7d55b64481a6dbdb54b8e4279 (patch) | |
tree | a06f92391bd92028b8e5fb8f933aaa7cdb9b9678 | |
parent | 777a698b8d7898e7bd10d2dc86ea0b3e34b5748b (diff) | |
download | drakx-0088de274228b3a7d55b64481a6dbdb54b8e4279.tar drakx-0088de274228b3a7d55b64481a6dbdb54b8e4279.tar.gz drakx-0088de274228b3a7d55b64481a6dbdb54b8e4279.tar.bz2 drakx-0088de274228b3a7d55b64481a6dbdb54b8e4279.tar.xz drakx-0088de274228b3a7d55b64481a6dbdb54b8e4279.zip |
cleanup startkde messages on clean exit
-rw-r--r-- | mdk-stage1/init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 3e5cc60e6..e081ca7cd 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -432,6 +432,10 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) kill(klog_pid, 9); printf("proceeding, please wait...\n"); return 0; + } else { + int i; + for (i=0; i<50; i++) + printf("\n"); /* cleanup startkde messages */ } if (testing) |