add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
This commit is contained in:
@ -272,6 +272,7 @@ 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_info_msg("start, interface %s", intf);
|
||||
}
|
||||
|
Reference in New Issue
Block a user