Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Sven Wegener (swegener)" <swegener@g.o>
Subject: gentoo-x86 commit in net-dns/pdns-recursor/files: pdns-recursor-3.1.7-error-message.patch
Date: Mon, 06 Oct 2008 08:24:15 +0000
swegener    08/10/06 08:24:15

  Added:                pdns-recursor-3.1.7-error-message.patch
  Log:
  Fixup error message for bug #239846.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)

Revision  Changes    Path
1.1                  net-dns/pdns-recursor/files/pdns-recursor-3.1.7-error-message.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.1.7-error-message.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.1.7-error-message.patch?rev=1.1&content-type=text/plain

Index: pdns-recursor-3.1.7-error-message.patch
===================================================================
--- pdns-recursor-3.1.7/rec_channel.cc
+++ pdns-recursor-3.1.7/rec_channel.cc
@@ -100,7 +100,7 @@
   strcpy(remote.sun_path,(path+"/"+fname).c_str());
   if(::connect(d_fd, (sockaddr*)&remote, sizeof(remote)) < 0) {
     unlink(d_local.sun_path);
-    throw AhuException("Unable to connect to remote '"+path+fname+"': "+string(strerror(errno)));
+    throw AhuException("Unable to connect to remote '"+path+"/"+fname+"': "+string(strerror(errno)));
   }
 }
 





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.7.ebuild pdns-recursor-3.1.6.ebuild
Next by thread:
gentoo-x86 commit in dev-libs/mpatrol: ChangeLog mpatrol-1.4.8-r2.ebuild
Previous by date:
gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.1.7.ebuild pdns-recursor-3.1.6.ebuild
Next by date:
gentoo-x86 commit in dev-libs/mpatrol: ChangeLog mpatrol-1.4.8-r2.ebuild


Updated Aug 14, 2010

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.