diff options
author | ejaaskel <esa.jaaskela@suomi24.fi> | 2023-11-07 07:12:40 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-11-07 07:12:40 +0100 |
commit | 73f28134fc0987474384fde345559d4b34bf5385 (patch) | |
tree | d3439e5c69e79c940bfac38a773d24d9d1b78183 /TODO | |
parent | 0c71497e654fb5e9a9272f81ddb5d994d2839df4 (diff) | |
download | busybox-w32-73f28134fc0987474384fde345559d4b34bf5385.tar.gz busybox-w32-73f28134fc0987474384fde345559d4b34bf5385.tar.bz2 busybox-w32-73f28134fc0987474384fde345559d4b34bf5385.zip |
start-stop-daemon: add -d DIR chdir option
Add option to change the running directory before starting the process.
This can be done using -d or --chdir options. Add also test cases to
start-stop-daemon to test out the directory change option.
function old new delta
packed_usage 34602 34648 +46
start_stop_daemon_main 1107 1130 +23
start_stop_daemon_longopts 156 164 +8
.rodata 105382 105384 +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 79/0) Total: 79 bytes
Signed-off-by: ejaaskel <esa.jaaskela@suomi24.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -222,8 +222,6 @@ Minor stuff: | |||
222 | --- | 222 | --- |
223 | unify progress_meter. wget, flash_eraseall, pipe_progress, fbsplash, setfiles. | 223 | unify progress_meter. wget, flash_eraseall, pipe_progress, fbsplash, setfiles. |
224 | --- | 224 | --- |
225 | support start-stop-daemon -d <chdir-path> | ||
226 | --- | ||
227 | 225 | ||
228 | (TODO list after discussion 11.05.2009) | 226 | (TODO list after discussion 11.05.2009) |
229 | 227 | ||