diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 14:59:06 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 14:59:06 +0000 |
commit | ca19daed3194021a68d80fa52b3535b79d94b6fa (patch) | |
tree | 1cd55cc1df733988685100a188396d5f5a156cf4 | |
parent | f50ffbfab63bd3053ca1c43b70dfc4ac55cd88c0 (diff) | |
download | drakx-ca19daed3194021a68d80fa52b3535b79d94b6fa.tar drakx-ca19daed3194021a68d80fa52b3535b79d94b6fa.tar.gz drakx-ca19daed3194021a68d80fa52b3535b79d94b6fa.tar.bz2 drakx-ca19daed3194021a68d80fa52b3535b79d94b6fa.tar.xz drakx-ca19daed3194021a68d80fa52b3535b79d94b6fa.zip |
don't tell them!
-rw-r--r-- | mdk-stage1/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 17f22c9d6..9bbf89045 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -402,8 +402,6 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) 2) we receive a SIGHUP */ - printf("init: running %s\n", BINARY); - if (!(installpid = fork())) { /* child */ char * child_argv[2]; |