[Dnsmasq-discuss] [PATCH] add systemd socket activation support

2012-08-31 Thread microcai
I add systemd socket activation for dnsmasq. systemd is a sysvinit replacement (see [1] for more information). One of the goals of systemd is to do parellel startup. For parellel startup to work, you need to have socket activation as well as dbus activation. see [2] I would like to ask you to ac

Re: [Dnsmasq-discuss] [PATCH 1/2] add systemd socket activation support

2012-08-31 Thread g . esp
- Mail original - > De: "microcai" > À: Dnsmasq-discuss@lists.thekelleys.org.uk > Envoyé: Vendredi 31 Août 2012 14:52:16 > Objet: [Dnsmasq-discuss] [PATCH 1/2] add systemd socket activation support > > I add systemd socket activation for dnsmasq. > > systemd is a sysvinit replacement (

Re: [Dnsmasq-discuss] MX forwarding

2012-08-31 Thread Gene Czarcinski
On 08/31/2012 09:59 AM, Simon Kelley wrote: On 30/08/12 17:20, Gene Czarcinski wrote: On 08/30/2012 10:31 AM, Simon Kelley wrote: On 30/08/12 13:11, Gene Czarcinski wrote: The patch below has been tested and returns NXDOMAIN for A and plain-name queries (which stops /usr/bin/host) from do

Re: [Dnsmasq-discuss] MX forwarding

2012-08-31 Thread Simon Kelley
On 30/08/12 17:20, Gene Czarcinski wrote: > On 08/30/2012 10:31 AM, Simon Kelley wrote: >> On 30/08/12 13:11, Gene Czarcinski wrote: >>> The patch below has been tested and returns NXDOMAIN for A and >>> plain-name queries (which stops /usr/bin/host) from doing an MX query >>> (domain-needed i

[Dnsmasq-discuss] [PATCH 1/2] add systemd socket activation support

2012-08-31 Thread microcai
I add systemd socket activation for dnsmasq. systemd is a sysvinit replacement (see [1] for more information). One of the goals of systemd is to do parellel startup. For parellel startup to work, you need to have socket activation as well as dbus activation. see [2] I would like to ask you to ac

[Dnsmasq-discuss] [PATCH 2/2] add systemd unit files

2012-08-31 Thread microcai
--- contrib/systemd/dnsmasq-tftp.socket | 16 contrib/systemd/dnsmasq.socket | 15 +++ 2 files changed, 31 insertions(+) create mode 100644 contrib/systemd/dnsmasq-tftp.socket create mode 100644 contrib/systemd/dnsmasq.socket diff --git a/contrib/systemd/dnsmas