Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq/files: dnsmasq.service dnsmasq-fbsd-config.patch dnsmasq-init-r1
Date: Tue, 28 Aug 2012 17:11:52
Message-Id: 20120828171142.7ADD020A52@flycatcher.gentoo.org
1 chutzpah 12/08/28 17:11:42
2
3 Added: dnsmasq.service
4 Removed: dnsmasq-fbsd-config.patch dnsmasq-init-r1
5 Log:
6 Version bump (bug #431836). Add installation of a systemd unit (bug # 371871). Make sure LDFLAGS are respected (bug #414223). Clean up some older versions.
7
8 (Portage version: 2.1.11.10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-dns/dnsmasq/files/dnsmasq.service
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service?rev=1.1&content-type=text/plain
15
16 Index: dnsmasq.service
17 ===================================================================
18 [Unit]
19 Description=A lightweight DHCP and caching DNS server
20
21 [Service]
22 Type=simple
23 ExecStartPre=/usr/sbin/dnsmasq --test
24 ExecStart=/usr/sbin/dnsmasq -k
25 ExecReload=/bin/kill -HUP $MAINPID
26
27 [Install]
28 WantedBy=multi-user.target