]> git.puffer.fish Git - mirror/frr.git/commitdiff
2004-09-13 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Mon, 13 Sep 2004 11:27:57 +0000 (11:27 +0000)
committerpaul <paul>
Mon, 13 Sep 2004 11:27:57 +0000 (11:27 +0000)
        * configure.ac: capitalise the package name. autoconf lowercases
          it for PACKAGE_TARNAME.
        * lib/command.c: Update the copyright string in the default motd.

ChangeLog
configure.ac
lib/ChangeLog
lib/command.c

index d6a0ab4a979de45abca0fd7b5bd8549a07d427d6..623d4d3d093378eabba9c3d5307acb6d95b89aa0 100644 (file)
--- 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)
 
index a03724f7589ef8efb77e922df4f75f3ccc6ff0da..f51b09108e1aa3823ac08444b5a734ab67204f02 100755 (executable)
@@ -5,10 +5,10 @@
 ##  Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
 ##  Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
 ##
-## $Id: configure.ac,v 1.63 2004/08/31 18:44:42 gdt Exp $
+## $Id: configure.ac,v 1.64 2004/09/13 11:27:57 paul Exp $
 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)
index c72fa28a03e900d5a1f791ff1b9d740e33a7f196..2ce2302f3d8d53038749fa56990761b711ede638 100644 (file)
@@ -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
index 088ad38cfa612f7b4d196198846a428f8331b56c..2ed62526af705893b827246e36770dcd7e0e2a32 100644 (file)
@@ -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. */