diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-17 00:36:19 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-17 00:36:19 +0100 |
commit | 99278e10421a2e6703e77f91e6ef436eaf660405 (patch) | |
tree | 55c70bce53e5b86c69ea073c2ded844dc01b7e6e /sysdep/unix/config.Y | |
parent | f14a4becbe77cfb3c2e4243d6fc383b0acd8956f (diff) | |
download | bird-99278e10421a2e6703e77f91e6ef436eaf660405.tar bird-99278e10421a2e6703e77f91e6ef436eaf660405.zip |
Wording changes.
Diffstat (limited to 'sysdep/unix/config.Y')
-rw-r--r-- | sysdep/unix/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index cd553f8..e4ed007 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -68,7 +68,7 @@ CF_CLI(CONFIGURE, cfg_name, [<file>], [[Reload configuration]]) { cmd_reconfig($2); } ; CF_CLI(SHUTDOWN,,, [[Shut the daemon down]]) -{ cli_msg(7, "Shutdown ordered"); order_shutdown(); } ; +{ cli_msg(7, "Shutdown requested"); order_shutdown(); } ; cfg_name: /* empty */ { $$ = NULL; } |