Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
c801e1fb
Commit
c801e1fb
authored
Mar 07, 2000
by
Martin Mareš
Browse files
Renamed command `shutdown' to `down', so that `s' can be used as an
abbreviation for `show'.
parent
35496679
Changes
1
Hide whitespace changes
Inline
Side-by-side
sysdep/unix/config.Y
View file @
c801e1fb
...
...
@@ -67,7 +67,7 @@ log_cat:
CF_CLI(CONFIGURE, cfg_name, [<file>], [[Reload configuration]])
{ cmd_reconfig($2); } ;
CF_CLI(
SHUT
DOWN,,, [[Shut the daemon down]])
CF_CLI(DOWN,,, [[Shut the daemon down]])
{ cli_msg(7, "Shutdown requested"); order_shutdown(); } ;
cfg_name:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment