projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7987a18
)
ssd: fix missed + in prev commit
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 1 Jul 2008 10:05:12 +0000
(10:05 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 1 Jul 2008 10:05:12 +0000
(10:05 -0000)
debianutils/start_stop_daemon.c
patch
|
blob
|
history
diff --git
a/debianutils/start_stop_daemon.c
b/debianutils/start_stop_daemon.c
index e082b5cca0260896e619bcc5d58e7264b564771c..459fb77e0fe98556a7c461aab2dc751ea8b241f7 100644
(file)
--- a/
debianutils/start_stop_daemon.c
+++ b/
debianutils/start_stop_daemon.c
@@
-418,7
+418,7
@@
int start_stop_daemon_main(int argc ATTRIBUTE_UNUSED, char **argv)
/* Redirect stdio to /dev/null, close extra FDs.
* We do not actually daemonize because of DAEMON_ONLY_SANITIZE */
bb_daemonize_or_rexec(DAEMON_DEVNULL_STDIO
- DAEMON_CLOSE_EXTRA_FDS
+
+
DAEMON_CLOSE_EXTRA_FDS
+ DAEMON_ONLY_SANITIZE,
NULL /* argv, unused */ );
#endif