summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/config.Y2
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; }