From c801e1fbabee49838287a9e96814d3d0bf84ffa2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 7 Mar 2000 20:09:35 +0000 Subject: Renamed command `shutdown' to `down', so that `s' can be used as an abbreviation for `show'. --- sysdep/unix/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep') diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index e4ed007..320c154 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -67,7 +67,7 @@ log_cat: CF_CLI(CONFIGURE, cfg_name, [], [[Reload configuration]]) { cmd_reconfig($2); } ; -CF_CLI(SHUTDOWN,,, [[Shut the daemon down]]) +CF_CLI(DOWN,,, [[Shut the daemon down]]) { cli_msg(7, "Shutdown requested"); order_shutdown(); } ; cfg_name: -- cgit v1.2.3