diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 12:48:51 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 12:48:51 +0200 |
commit | c62d1c19a924668ccf5315ca8882ea041581e3bf (patch) | |
tree | 1c5bcf90ebae913f31ac498f697d7b16915dfb47 /sysdep | |
parent | 49569a8b53b7494b19344f5fc9cd659f68477ba4 (diff) | |
download | bird-c62d1c19a924668ccf5315ca8882ea041581e3bf.tar bird-c62d1c19a924668ccf5315ca8882ea041581e3bf.zip |
... as well there.
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index 81453e3..af35f82 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -64,7 +64,7 @@ log_cat: /* Unix specific commands */ -CF_CLI(CONFIGURE, cfg_name, ["<file>"], [[Reload configuration]]) +CF_CLI(CONFIGURE, cfg_name, [\"<file>\"], [[Reload configuration]]) { cmd_reconfig($2); } ; CF_CLI(DOWN,,, [[Shut the daemon down]]) |