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/p3scan | |
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/p3scan')
-rw-r--r-- | packages/p3scan/p3scan_2.9.05d.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/p3scan/p3scan_2.9.05d.bb b/packages/p3scan/p3scan_2.9.05d.bb index a599685ee1..328ae6ede0 100644 --- a/packages/p3scan/p3scan_2.9.05d.bb +++ b/packages/p3scan/p3scan_2.9.05d.bb @@ -6,7 +6,7 @@ SECTION = "network" LICENSE = "GPLv2" DEPENDS = "gmp bzip2 zlib clamav openssl" RDEPENDS_${PN} = "${PN}-templates-en" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/p3scan/p3scan-2.9.05d.tar.gz \ file://libtool-fix.patch;patch=1 \ @@ -76,7 +76,7 @@ pkg_postinst_${PN} () { grep -q mail: /etc/passwd || \ adduser --disabled-password --home=${localstatedir}/mail --system \ --ingroup mail --no-create-home -g "Mail" mail - /etc/init.d/populate-volatile.sh + /etc/init.d/populate-volatile.sh update } CONFFILES_${PN} = "${sysconfdir}/p3scan/p3scan.conf" |