From 5bcecf82b1b20206879da6dc41c59968eea898d6 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 11 Oct 2006 07:37:07 +0000 Subject: 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. --- packages/havp/havp_0.82.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/havp') 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" -- cgit 1.2.3-korg