| Summary: | Add new options to start-stop-daemon | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Vincent G <vincent_galceran> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | busybox-cvs, glenn.burkhardt |
| Priority: | P5 | ||
| Version: | 1.22.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
A patch over start_stop_daemon.c
updated patch for version 1.33.1 |
||
|
Description
Vincent G
2014-09-11 15:08:52 UTC
In my patch, please remove the following line (which is wrong): /* warning : setpriority can legitimately return -1 ! */ I'd really like to see the "-C,--no-close" option implemented. And it's really simple - just don't call bb_daemonize() with DAEMON_DEVNULL_STDIO if the option was given. Created attachment 9051 [details]
updated patch for version 1.33.1
Add updated patch for version 1.33.1.
|