move everything to new NOMMU helpers, except udhcp
This commit is contained in:
@@ -271,9 +271,8 @@ int zcip_main(int argc, char *argv[])
|
||||
|
||||
// daemonize now; don't delay system startup
|
||||
if (!FOREGROUND) {
|
||||
/* bb_daemonize(); - bad, will close fd! */
|
||||
//NOMMU
|
||||
xdaemon(0, 0);
|
||||
bb_daemonize(DAEMON_CHDIR_ROOT);
|
||||
bb_info_msg("start, interface %s", intf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user