From 8503fbded7f04b1abf0b01886a278ad999f4ab5b Mon Sep 17 00:00:00 2001 From: Bruno Randolf <br1@subnet.at> Date: Thu, 2 Dec 2004 18:05:45 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages into null.(none):/data/mtx/oe/packages 2004/12/02 19:05:10+01:00 (none)!br1 added some more licenses to SRC_DISTRIBUTE_LICENSES. replaced as-is licenses with packagename. made packagname licenses lowercase 2004/12/02 18:30:48+01:00 (none)!br1 little nylon updates 2004/12/02 18:29:36+01:00 (none)!br1 added CONFFILES for nylon. once CONFFILES should be used in all oe, the "_nylon" part can be removed 2004/12/02 17:19:19+01:00 (none)!br1 src_distribute: better output when LICENSE is not valid BKrev: 41af59791fZQQgIzG_GWbh0227Ar0w --- dnsmasq/dnsmasq_2.15.oe | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dnsmasq') diff --git a/dnsmasq/dnsmasq_2.15.oe b/dnsmasq/dnsmasq_2.15.oe index e911f4d827..bdeff40673 100644 --- a/dnsmasq/dnsmasq_2.15.oe +++ b/dnsmasq/dnsmasq_2.15.oe @@ -9,6 +9,11 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${PV}.tar.gz \ file://init" S = "${WORKDIR}/dnsmasq-${PV}" +inherit update-rc.d + +INITSCRIPT_NAME = "dnsmasq" +INITSCRIPT_PARAMS = "defaults" + do_install () { oe_runmake "PREFIX=${D}/${prefix}" \ "BINDIR=${D}/${bindir}" \ @@ -18,3 +23,5 @@ do_install () { install -m 0755 ${S}/dnsmasq.conf.example ${D}/${sysconfdir}/dnsmasq.conf install -m 755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/dnsmasq } + +CONFFILES_${PN}_nylon = "${sysconfdir}/dnsmasq.conf" -- cgit v1.2.3