Codebase list sysvinit / 36af3a7
Last upload closed #739604. Petter Reinholdtsen 10 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 * Make sure init-d-script exit at the end, to make sure init.d script
66 is only sourced once.
77 * kFreeBSD can not use a script as an interpreter. Rewrite
8 init.d/skeletop to source /lib/init/init-d-script instead.
8 init.d/skeletop to source /lib/init/init-d-script instead
9 (Closes: #739604).
910 * Adjust /lib/init/init-d-script to specify --exec when starting and
1011 stopping using start-stop-daemon, and add $START_ARGS and $STOP_ARGS
1112 to allow init.d scripts to add arguments to the start-stop-daemon calls.