]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Renamed command `shutdown' to `down', so that `s' can be used as an
authorMartin Mares <mj@ucw.cz>
Tue, 7 Mar 2000 20:09:35 +0000 (20:09 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 7 Mar 2000 20:09:35 +0000 (20:09 +0000)
abbreviation for `show'.

sysdep/unix/config.Y

index e4ed007ed1345882bdec03fa9986fbac88d825ee..320c1549606881c61d490395a5d6afe6fc721e34 100644 (file)
@@ -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: