mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
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
@ -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 New Issue
Block a user