diff options
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index d237a677e..1ab0038e0 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -191,8 +191,8 @@ int crond_main(int ac, char **av) | |||
191 | 191 | ||
192 | if (!(opt & 4)) { | 192 | if (!(opt & 4)) { |
193 | #ifdef BB_NOMMU | 193 | #ifdef BB_NOMMU |
194 | /* reexec for vfork() do continue parent */ | 194 | if (!re_execed) |
195 | vfork_daemon_rexec(1, 0, ac, av, "-f"); | 195 | vfork_daemon_rexec(1, 0, av); |
196 | #else | 196 | #else |
197 | xdaemon(1, 0); | 197 | xdaemon(1, 0); |
198 | #endif | 198 | #endif |