29 Aug
2011
29 Aug
'11
5:57 a.m.
On Sat, Aug 27, 2011 at 07:18:38PM +0200, Sebastien Luttringer wrote:
rc.d can now take --started, --stopped, --auto, --noauto as option which help user to filter list of daemon for all actions
As a corollary list command can now take a list of dameon to display All kind of arguments can be mixed to obtain the proper output.
zsh and bash completion are updated
Note: Output of help command exit 0 and is no more printed on stderr
Signed-off-by: Sebastien Luttringer <seblu@seblu.net> --- bash-completion | 20 ++++---- rc.d | 124 +++++++++++++++++++++++++++++++++++++++--------------- zsh-completion | 8 +--- 3 files changed, 101 insertions(+), 51 deletions(-)
Looks good now at a glance :)