summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure.ac2
-rw-r--r--lib/ChangeLog4
-rw-r--r--lib/command.c2
4 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d6a0ab4a..623d4d3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-13 Paul Jakma <paul@dishone.st>
+
+ * configure.ac: capitalise the package name. autoconf lowercases
+ it for PACKAGE_TARNAME.
+
2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>
(at Technical University of Madrid as part of Euro6ix Project)
diff --git a/configure.ac b/configure.ac
index ea0e8f25..901a6434 100755
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@
## $Id$
AC_PREREQ(2.53)
-AC_INIT(quagga, 0.96.5, [http://bugzilla.quagga.net])
+AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net])
AC_CONFIG_SRCDIR(lib/zebra.h)
AM_INIT_AUTOMAKE(1.6)
AM_CONFIG_HEADER(config.h)
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c72fa28a..2ce2302f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-13 Paul Jakma <paul@dishone.st>
+
+ * command.c: Update the copyright string in the default motd.
+
2004-08-31 David Wiggins <dwiggins@bbn.com>
* hash.c (hash_iterate): Save next pointer before calling
diff --git a/lib/command.c b/lib/command.c
index 088ad38c..2ed62526 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -40,7 +40,7 @@ struct host host;
char *default_motd =
"\r\n\
Hello, this is " QUAGGA_PROGNAME " (version " QUAGGA_VERSION ").\r\n\
-Copyright 1996-2002 Kunihiro Ishiguro.\r\n\
+Copyright 1996-2004 Kunihiro Ishiguro, et al.\r\n\
\r\n";
/* Standard command node structures. */