aboutsummaryrefslogtreecommitdiffstats
path: root/packages/havp
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-11 07:37:07 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-11 07:37:07 +0000
commit5bcecf82b1b20206879da6dc41c59968eea898d6 (patch)
tree83524fd235d721cbc78244d98c15c0c388124b1b /packages/havp
parentb5540015f3f5f6b1b7e56d29a433399d13c95a1e (diff)
downloadopenembedded-5bcecf82b1b20206879da6dc41c59968eea898d6.tar.gz
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.
Diffstat (limited to 'packages/havp')
-rw-r--r--packages/havp/havp_0.82.bb8
1 files changed, 4 insertions, 4 deletions
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"