Renamed command shutdown' to
down', so that `s' can be used as an
abbreviation for `show'.
This commit is contained in:
parent
3549667925
commit
c801e1fbab
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ log_cat:
|
||||||
CF_CLI(CONFIGURE, cfg_name, [<file>], [[Reload configuration]])
|
CF_CLI(CONFIGURE, cfg_name, [<file>], [[Reload configuration]])
|
||||||
{ cmd_reconfig($2); } ;
|
{ cmd_reconfig($2); } ;
|
||||||
|
|
||||||
CF_CLI(SHUTDOWN,,, [[Shut the daemon down]])
|
CF_CLI(DOWN,,, [[Shut the daemon down]])
|
||||||
{ cli_msg(7, "Shutdown requested"); order_shutdown(); } ;
|
{ cli_msg(7, "Shutdown requested"); order_shutdown(); } ;
|
||||||
|
|
||||||
cfg_name:
|
cfg_name:
|
||||||
|
|
Loading…
Reference in a new issue