diff options
author | Everton Marques <everton.marques@gmail.com> | 2014-09-18 12:06:53 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:08:00 +0100 |
commit | 74b4fad93e89df358441b1b3b23282aaca8c80b8 (patch) | |
tree | 1baaf3d2173cb33fa44c3dae4b45d0720479367d /lib/command.c | |
parent | 3d62667ab0e8e7ee6e17e883b144e25ee84c4545 (diff) | |
download | quagga-74b4fad93e89df358441b1b3b23282aaca8c80b8.tar.bz2 quagga-74b4fad93e89df358441b1b3b23282aaca8c80b8.tar.xz |
pimd: Remove motd tweaking.
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 a789b0f4..8870a421 100644 --- a/lib/command.c +++ b/lib/command.c @@ -105,7 +105,7 @@ static struct cmd_node config_node = }; /* Default motd string. */ -const char *default_motd = +static const char *default_motd = "\r\n\ Hello, this is " QUAGGA_PROGNAME " (version " QUAGGA_VERSION ").\r\n\ " QUAGGA_COPYRIGHT "\r\n\ |