From: Jamie Lenehan Date: Wed, 11 Oct 2006 07:37:07 +0000 (+0000) Subject: havp 0.82: Inherit update-rc.d so that the initscripts actually get X-Git-Tag: Release-2010-05/1~9453^2~594^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bcecf82b1b20206879da6dc41c59968eea898d6;p=openembedded.git havp 0.82: Inherit update-rc.d so that the initscripts actually get registered. Fix up the naming of initscript variables now that they are actually getting used. --- diff --git a/packages/havp/havp_0.82.bb b/packages/havp/havp_0.82.bb index a0e1a00d64..91d25485ef 100644 --- a/packages/havp/havp_0.82.bb +++ b/packages/havp/havp_0.82.bb @@ -8,7 +8,7 @@ SECTION = "network" LICENSE = "GPLv2" DEPENDS = "clamav" RDEPENDS_${PN} += "${PN}-templates-css2 ${PN}-templates-en" -PR = "r0" +PR = "r1" SRC_URI = "http://www.server-side.de/download/havp-${PV}.tar.gz \ file://sysconfdir-is-etc.patch;patch=1 \ @@ -16,7 +16,7 @@ SRC_URI = "http://www.server-side.de/download/havp-${PV}.tar.gz \ file://doc.configure.txt \ file://volatiles.05_havp" -inherit autotools +inherit autotools update-rc.d EXTRA_OECONF = "--with-scanner=libclamav" @@ -85,5 +85,5 @@ pkg_postinst_${PN} () { CONFFILES_${PN} = "${sysconfdir}/havp/havp.config \ ${sysconfdir}/havp/blacklist ${sysconfdir}/havp/whitelist" -INITSCRIPT_NAME_${PN} = "havp" -INITSCRIPT_PARAMS_${PN} = "defaults 55 45" +INITSCRIPT_NAME = "havp" +INITSCRIPT_PARAMS = "defaults 55 45"