From 6fdaa8e1caff4edb44a105b03c79403b743e9bd2 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 4 Sep 2002 19:57:53 +0000 Subject: [PATCH] Small updates. --- configure.in | 4 ++-- po/nl.po | 10 +++++----- src/protocol.c | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure.in b/configure.in index 9a584b76..b530e0c4 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.55 2002/08/24 12:54:55 guus Exp $ +dnl $Id: configure.in,v 1.13.2.56 2002/09/04 19:57:53 guus Exp $ -AC_PREREQ(2.50) +AC_PREREQ(2.53) AC_INIT(src/tincd.c) AM_INIT_AUTOMAKE(tinc, 1.0-cvs) AM_CONFIG_HEADER(config.h) diff --git a/po/nl.po b/po/nl.po index 6c96705b..e94fbb68 100644 --- a/po/nl.po +++ b/po/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: tinc 1.0-cvs\n" -"POT-Creation-Date: 2002-09-04 18:33+0200\n" +"POT-Creation-Date: 2002-09-04 18:47+0200\n" "PO-Revision-Date: 2002-09-04 18:33+0200\n" "Last-Translator: Guus Sliepen \n" "Language-Team: Dutch \n" @@ -547,13 +547,13 @@ msgstr "Verzending %s naar %s (%s)" #: src/protocol.c:106 #, c-format -msgid "Broadcasting %s from %s (%s): %s" -msgstr "Verspreiding %s van %s (%s): %s" +msgid "Forwarding %s from %s (%s): %s" +msgstr "Doorsturen %s van %s (%s): %s" #: src/protocol.c:108 #, c-format -msgid "Broadcasting %s from %s (%s)" -msgstr "Verspreiding %s van %s (%s)" +msgid "Forwarding %s from %s (%s)" +msgstr "Doorsturen %s van %s (%s)" #: src/protocol.c:125 #, c-format diff --git a/src/protocol.c b/src/protocol.c index 4127f51a..855c2b70 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol.c,v 1.28.4.133 2002/09/04 16:26:44 guus Exp $ + $Id: protocol.c,v 1.28.4.134 2002/09/04 19:57:53 guus Exp $ */ #include "config.h" @@ -103,9 +103,9 @@ cp { sscanf(from->buffer, "%d", &request); if(debug_lvl >= DEBUG_META) - syslog(LOG_DEBUG, _("Broadcasting %s from %s (%s): %s"), request_name[request], from->name, from->hostname, from->buffer); + syslog(LOG_DEBUG, _("Forwarding %s from %s (%s): %s"), request_name[request], from->name, from->hostname, from->buffer); else - syslog(LOG_DEBUG, _("Broadcasting %s from %s (%s)"), request_name[request], from->name, from->hostname); + syslog(LOG_DEBUG, _("Forwarding %s from %s (%s)"), request_name[request], from->name, from->hostname); } from->buffer[from->reqlen - 1] = '\n'; -- 2.20.1