pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/38186: [PATCH] Update dnsmasq to 2.41 and have optional dbus support
The following reply was made to PR pkg/38186; it has been noted by GNATS.
From: Roy Marples <roy%marples.name@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/38186: [PATCH] Update dnsmasq to 2.41 and have optional dbus
support
Date: Mon, 17 Mar 2008 16:58:13 +0000
--Boundary-00=_lMq3HM8vsZVBHNK
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
dnsmasq-2.41 needs an additional patch as attached to ensure updating
nameservers via DBus works.
Thanks
Roy
--Boundary-00=_lMq3HM8vsZVBHNK
Content-Type: text/x-diff;
charset="iso-8859-1";
name="patch-bb"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="patch-bb"
$NetBSD$
--- src/dbus.c 2007-10-21 21:03:44.000000000 +0100
+++ src/dbus.c 2008-03-17 16:02:03.000000000 +0000
@@ -180,6 +180,7 @@
daemon->servers = serv;
serv->flags = SERV_FROM_DBUS;
serv->sfd = NULL;
+ *serv->interface = '\0';
if (domain)
{
strcpy(serv->domain, domain);
--Boundary-00=_lMq3HM8vsZVBHNK--
Home |
Main Index |
Thread Index |
Old Index