From a1b16f4d5c0dd119f85f13c8cb1399a701a3e815 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 31 Jul 2007 17:09:44 +0000 Subject: start_stop_daemon: NOMMU fix; smaller fixes --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index ddbde1833..547b8f798 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -573,7 +573,7 @@ int run_nofork_applet_prime(struct nofork_save_area *old, const struct bb_applet */ enum { DAEMON_CHDIR_ROOT = 1, - DAEMON_DEVNULL_STDIO = /* 2 */ 0, /* no users so far */ + DAEMON_DEVNULL_STDIO = 2, DAEMON_CLOSE_EXTRA_FDS = 4, DAEMON_ONLY_SANITIZE = 8, /* internal use */ }; -- cgit v1.2.3