diff options
author | David Lamparter <equinox@diac24.net> | 2010-02-03 06:14:02 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-04 02:58:04 +0100 |
commit | 888aad9ed5755dc82c0061ee5ce682525a9d6f9f (patch) | |
tree | 5cc7879b6df7d218e864b51ea7c6f48176dc85eb | |
parent | 6ede3bb9eca4888ef5f7b740078a342157310430 (diff) | |
download | quagga-888aad9ed5755dc82c0061ee5ce682525a9d6f9f.tar.bz2 quagga-888aad9ed5755dc82c0061ee5ce682525a9d6f9f.tar.xz |
dn42: motd
-rw-r--r-- | lib/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/command.c b/lib/command.c index 478125f2..f65a87d0 100644 --- a/lib/command.c +++ b/lib/command.c @@ -84,9 +84,9 @@ static struct cmd_node config_node = /* Default motd string. */ static const char *default_motd = "\r\n\ -Hello, this is " QUAGGA_PROGNAME " (version " QUAGGA_VERSION ").\r\n\ -" QUAGGA_COPYRIGHT "\r\n\ -\r\n"; +This is " QUAGGA_PROGNAME " " QUAGGA_VERSION "\r\n\r\n\ +You're using the dn42 branch. Send bug reports to equinox@diac24.net\r\n\ +The 1.1.0 version number is for package management purposes only.\r\n"; static const struct facility_map { |