Backlog #2234
init scripts should have status output
Status: | Pending | Start date: | 07/28/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Packaging | |||
Target version: | - |
Description
In debian, the opennebula and opennebula-sunstone init scripts should display messages saying what they are doing, similar to other init scripts. Messages like "Starting Opennebula: oned schedule."
Actually, upon reading that script, they are not following debian policy. While reading /lib/init/vars.sh is good, $VERBOSE is not meant to be used in that fashion. Just call log_daemon_msg directly, and all the rest of the log_foo functions.
History
#1 Updated by Ruben S. Montero almost 8 years ago
- Tracker changed from Request to Backlog
- Priority changed from Low to Normal
Agreed, moving to backlog
THANKS for your feedback :)