diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 00:38:00 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 00:38:00 +0000 |
commit | bf547c9043b91d9a7d8785e1cc5a5c6f74fe499c (patch) | |
tree | dea775dc1f2ecd5dd68c4567cea9906a9b76b7a3 /packages/havp | |
parent | 5ad430932e4d09cc0207ad9cfa029e0e08252b37 (diff) |
packages: Update the packages that use volatiles to pass update as a
parameter to populate-volatiles.sh to ensure that the volatiles cache
is updated (if its in use) when a package is added after the initial
boot. The update parameter is ignore is the cache is not in use and
by older versions of populate-volatiles.sh that don't support this
parameter.
Diffstat (limited to 'packages/havp')
-rw-r--r-- | packages/havp/havp_0.82.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/havp/havp_0.82.bb b/packages/havp/havp_0.82.bb index 3a3cce41df..f4298d9d07 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 = "r2" +PR = "r3" SRC_URI = "http://www.server-side.de/download/havp-${PV}.tar.gz \ file://sysconfdir-is-etc.patch;patch=1 \ @@ -79,7 +79,7 @@ pkg_postinst_${PN} () { grep -q havp: /etc/passwd || \ adduser --disabled-password --home=${localstatedir}/lib/havp/ --system \ --ingroup havp --no-create-home -g "HAVP" havp - /etc/init.d/populate-volatile.sh + /etc/init.d/populate-volatile.sh update } CONFFILES_${PN} = "${sysconfdir}/havp/havp.config \ |