diff options
author | reinelt <> | 2005-01-09 10:53:24 +0000 |
---|---|---|
committer | reinelt <> | 2005-01-09 10:53:24 +0000 |
commit | b4a3499694a7ea765bbb29df67ea9c4d37226b95 (patch) | |
tree | 930629e6b2f5c9e00f8deaf64629a3d29a6ebd12 | |
parent | 85b969a8a7fd45806c9ed5eafdcaebd64cafeb08 (diff) | |
download | lcd4linux-b4a3499694a7ea765bbb29df67ea9c4d37226b95.tar.gz |
[lcd4linux @ 2005-01-09 10:53:22 by reinelt]
small type in plugin_uname fixed
new homepage lcd4linux.bulix.org
-rw-r--r-- | CREDITS | 3 | ||||
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | configure | 28 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | drv_generic_graphic.c | 10 | ||||
-rw-r--r-- | drv_generic_text.c | 12 | ||||
-rw-r--r-- | plugin_uname.c | 8 |
7 files changed, 36 insertions, 31 deletions
@@ -1,2 +1 @@ -see http://lcd4linux.sourceforge.net for an up-to-date -list of contributors! +see http://lcd4linux.bulix.org for an up-to-date list of contributors! @@ -1,6 +1,6 @@ # -# $Id: README,v 1.24 2003/08/01 05:15:42 reinelt Exp $ +# $Id: README,v 1.25 2005/01/09 10:53:22 reinelt Exp $ # Sorry, there is no README anymore. -Go to http://lcd4linux.sourceforge.net for all the documentation. +Go to http://lcd4linux.bulix.org for all the documentation. @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for LCD4Linux 0.10.0-RC1. # -# Report bugs to <lcd4linux-devel@lists.sourceforge.net>. +# Report bugs to <lcd4linux-users@lists.sourceforge.net>. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -271,7 +271,7 @@ PACKAGE_NAME='LCD4Linux' PACKAGE_TARNAME='lcd4linux' PACKAGE_VERSION='0.10.0-RC1' PACKAGE_STRING='LCD4Linux 0.10.0-RC1' -PACKAGE_BUGREPORT='lcd4linux-devel@lists.sourceforge.net' +PACKAGE_BUGREPORT='lcd4linux-users@lists.sourceforge.net' ac_unique_file="lcd4linux.c" # Factoring default headers for most tests. @@ -886,7 +886,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <lcd4linux-devel@lists.sourceforge.net>. +Report bugs to <lcd4linux-users@lists.sourceforge.net>. _ACEOF fi @@ -5187,7 +5187,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -5340,7 +5340,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -5986,7 +5986,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -6174,7 +6174,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -6353,7 +6353,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -6608,7 +6608,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7339,7 +7339,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7489,7 +7489,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7639,7 +7639,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7788,7 +7788,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -8475,7 +8475,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | diff --git a/configure.in b/configure.in index 695d681..3a9f9b1 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([LCD4Linux],[0.10.0-RC1],[lcd4linux-devel@lists.sourceforge.net]) +AC_INIT([LCD4Linux],[0.10.0-RC1],[lcd4linux-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([lcd4linux.c]) AM_INIT_AUTOMAKE([lcd4linux],0.10.0-RC1) AM_CONFIG_HEADER(config.h) diff --git a/drv_generic_graphic.c b/drv_generic_graphic.c index b118bef..cfc82a8 100644 --- a/drv_generic_graphic.c +++ b/drv_generic_graphic.c @@ -23,6 +23,10 @@ * * * $Log: drv_generic_graphic.c,v $ + * Revision 1.13 2005/01/09 10:53:24 reinelt + * small type in plugin_uname fixed + * new homepage lcd4linux.bulix.org + * * Revision 1.12 2004/06/26 12:04:59 reinelt * * uh-oh... the last CVS log message messed up things a lot... @@ -229,10 +233,8 @@ int drv_generic_graphic_greet (const char *msg1, const char *msg2) "L4Linux", NULL }; - char *line2[] = { "http://lcd4linux.sourceforge.net", - "lcd4linux.sourceforge.net", - "http://lcd4linux.sf.net", - "lcd4linux.sf.net", + char *line2[] = { "http://lcd4linux.bulix.org", + "lcd4linux.bulix.org", NULL }; int i; diff --git a/drv_generic_text.c b/drv_generic_text.c index db1e03e..70de94b 100644 --- a/drv_generic_text.c +++ b/drv_generic_text.c @@ -1,4 +1,4 @@ -/* $Id: drv_generic_text.c,v 1.22 2004/11/28 15:50:24 reinelt Exp $ +/* $Id: drv_generic_text.c,v 1.23 2005/01/09 10:53:24 reinelt Exp $ * * generic driver helper for text-based displays * @@ -23,6 +23,10 @@ * * * $Log: drv_generic_text.c,v $ + * Revision 1.23 2005/01/09 10:53:24 reinelt + * small type in plugin_uname fixed + * new homepage lcd4linux.bulix.org + * * Revision 1.22 2004/11/28 15:50:24 reinelt * Cwlinux fixes (invalidation of user-defined chars) * @@ -351,10 +355,8 @@ int drv_generic_text_greet (const char *msg1, const char *msg2) "L4Linux", NULL }; - char *line2[] = { "http://lcd4linux.sourceforge.net", - "lcd4linux.sourceforge.net", - "http://lcd4linux.sf.net", - "lcd4linux.sf.net", + char *line2[] = { "http://lcd4linux.bulix.org", + "lcd4linux.bulix.org", NULL }; diff --git a/plugin_uname.c b/plugin_uname.c index 0967e77..8ab5c66 100644 --- a/plugin_uname.c +++ b/plugin_uname.c @@ -1,4 +1,4 @@ -/* $Id: plugin_uname.c,v 1.3 2004/03/03 03:47:04 reinelt Exp $ +/* $Id: plugin_uname.c,v 1.4 2005/01/09 10:53:24 reinelt Exp $ * * plugin for uname() syscall * @@ -23,6 +23,10 @@ * * * $Log: plugin_uname.c,v $ + * Revision 1.4 2005/01/09 10:53:24 reinelt + * small type in plugin_uname fixed + * new homepage lcd4linux.bulix.org + * * Revision 1.3 2004/03/03 03:47:04 reinelt * big patch from Martin Hejl: * - use qprintf() where appropriate @@ -78,8 +82,6 @@ static void my_uname (RESULT *result, RESULT *arg1) value=utsbuf.sysname; } else if (strcasecmp(key, "nodename")==0) { value=utsbuf.nodename; - } else if (strcasecmp(key, "nodename")==0) { - value=utsbuf.nodename; } else if (strcasecmp(key, "release")==0) { value=utsbuf.release; } else if (strcasecmp(key, "version")==0) { |