summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-07 21:09:35 +0100
committerMartin Mares <mj@ucw.cz>2000-03-07 21:09:35 +0100
commitc801e1fbabee49838287a9e96814d3d0bf84ffa2 (patch)
tree8b4a2df8aba7ba27968ec3b1966b486ede498ad2 /sysdep
parent3549667925d04fa6a46ea35f56a9d3c741634d6a (diff)
downloadbird-c801e1fbabee49838287a9e96814d3d0bf84ffa2.tar
bird-c801e1fbabee49838287a9e96814d3d0bf84ffa2.zip
Renamed command `shutdown' to `down', so that `s' can be used as an
abbreviation for `show'.
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 e4ed007..320c154 100644
--- a/sysdep/unix/config.Y
+++ b/sysdep/unix/config.Y
@@ -67,7 +67,7 @@ log_cat:
CF_CLI(CONFIGURE, cfg_name, [<file>], [[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: