diff options
author | paul <paul> | 2003-08-13 02:54:44 +0000 |
---|---|---|
committer | paul <paul> | 2003-08-13 02:54:44 +0000 |
commit | 42053f4e3a0bb8d4e2df7c9d626629cc14dfc285 (patch) | |
tree | 68e2d21637f3e61b7ab3bf6cf4cebe69063fdaaf /lib/command.c | |
parent | 73aafda016906e049013d1bade9bbc173204d5e0 (diff) |
2003-08-13 Paul Jakma <paul@dishone.st>
* lib/version.h: Add QUAGGA_PROGNAME
* lib/smux.c: hardcoded zebra/quagga -> QUAGGA_PROGNAME
* lib/command.c: ditto
* vtysh/vtysh_user.c: ditto
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 71db3aa1..e8c9203f 100644 --- a/lib/command.c +++ b/lib/command.c @@ -39,7 +39,7 @@ struct host host; /* Default motd string. */ char *default_motd = "\r\n\ -Hello, this is quagga (version " QUAGGA_VERSION ").\r\n\ +Hello, this is " QUAGGA_PROGNAME " (version " QUAGGA_VERSION ").\r\n\ Copyright 1996-2002 Kunihiro Ishiguro.\r\n\ \r\n"; |