[oe-commits] org.oe.dev havp 0.82: Inherit update-rc.d so that the initscripts actually get

lenehan commit openembedded-commits at lists.openembedded.org
Wed Oct 11 07:48:27 UTC 2006


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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: a6c7cd41ec553895f89c0af0f6195ec5d3e28859
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a6c7cd41ec553895f89c0af0f6195ec5d3e28859
Files:
1
packages/havp/havp_0.82.bb
Diffs:

#
# mt diff -re36853fa15c5f08a6e5ab69e726061ce397a7cb4 -ra6c7cd41ec553895f89c0af0f6195ec5d3e28859
#
# 
# 
# patch "packages/havp/havp_0.82.bb"
#  from [dcb5ff0ce02b135cc77c1ce18ed49df6ad2b589e]
#    to [88f1f4eab7b70801636af02b9e63555c13f7bf33]
# 
============================================================
--- packages/havp/havp_0.82.bb	dcb5ff0ce02b135cc77c1ce18ed49df6ad2b589e
+++ packages/havp/havp_0.82.bb	88f1f4eab7b70801636af02b9e63555c13f7bf33
@@ -8,7 +8,7 @@ RDEPENDS_${PN} += "${PN}-templates-css2 
 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/dow
            file://doc.configure.txt \
            file://volatiles.05_havp"
 
-inherit autotools
+inherit autotools update-rc.d
 
 EXTRA_OECONF = "--with-scanner=libclamav"
 
@@ -85,5 +85,5 @@ CONFFILES_${PN} = "${sysconfdir}/havp/ha
 CONFFILES_${PN} = "${sysconfdir}/havp/havp.config \
                    ${sysconfdir}/havp/blacklist ${sysconfdir}/havp/whitelist"
 
+INITSCRIPT_NAME = "havp"
+INITSCRIPT_PARAMS = "defaults 55 45"
-INITSCRIPT_NAME_${PN} = "havp"
-INITSCRIPT_PARAMS_${PN} = "defaults 55 45"






More information about the Openembedded-commits mailing list