diff options
author | Everton Marques <everton.marques@gmail.com> | 2010-03-11 11:17:33 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:53 +0100 |
commit | f9e05e5f2ae7bc8352a0744d4e4b5105b60e74a4 (patch) | |
tree | 9494f4d2b84fa08b9a779e9ece9b04465572ce74 /lib/command.c | |
parent | 034bd7fe705b03ea4025478650bd3d690bda923f (diff) | |
download | quagga-f9e05e5f2ae7bc8352a0744d4e4b5105b60e74a4.tar.bz2 quagga-f9e05e5f2ae7bc8352a0744d4e4b5105b60e74a4.tar.xz |
[pim] Version up to 0.161
Diffstat (limited to 'lib/command.c')
-rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 8870a421..a789b0f4 100644 --- a/lib/command.c +++ b/lib/command.c @@ -105,7 +105,7 @@ static struct cmd_node config_node = }; /* Default motd string. */ -static const char *default_motd = +const char *default_motd = "\r\n\ Hello, this is " QUAGGA_PROGNAME " (version " QUAGGA_VERSION ").\r\n\ " QUAGGA_COPYRIGHT "\r\n\ |