basho / node_package

RPM/Debian/FreeBSD/SmartOS/Solaris/OSX packaging templates for Erlang Nodes
Apache License 2.0
89 stars 63 forks source link

Clarify `log_daemon_msg` in Debian init.script #144

Closed jcapricebasho closed 10 years ago

jcapricebasho commented 10 years ago

the log_daemon_msg messages, when output, are a bit difficult to read.

For example, the restart message:

log_daemon_msg "Restarting $DESC" "$NAME"

outputs: "Restarting Riak is a distributed data store riak"

The description can be left out, or added to the end like: "Restarting riak." or "Restarting riak. Riak is a distributed data store." for better readability.

jaredmorrow commented 10 years ago

Fixed on develop

jaredmorrow commented 10 years ago

New text

vagrant@precise64:~$ sudo /etc/init.d/riak restart
 * Restarting riak