]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Wording changes.
authorMartin Mares <mj@ucw.cz>
Sun, 16 Jan 2000 23:36:19 +0000 (23:36 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 16 Jan 2000 23:36:19 +0000 (23:36 +0000)
sysdep/unix/config.Y

index cd553f8e2734425d7930700c1971975da178eefb..e4ed007ed1345882bdec03fa9986fbac88d825ee 100644 (file)
@@ -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; }