aboutsummaryrefslogtreecommitdiffstats
path: root/packages/clamav
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-22 00:38:00 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-22 00:38:00 +0000
commitbf547c9043b91d9a7d8785e1cc5a5c6f74fe499c (patch)
treedea775dc1f2ecd5dd68c4567cea9906a9b76b7a3 /packages/clamav
parent5ad430932e4d09cc0207ad9cfa029e0e08252b37 (diff)
downloadopenembedded-bf547c9043b91d9a7d8785e1cc5a5c6f74fe499c.tar.gz
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/clamav')
-rw-r--r--packages/clamav/clamav.inc6
-rw-r--r--packages/clamav/clamav_0.88.5.bb2
-rw-r--r--packages/clamav/clamav_0.88.6.bb2
3 files changed, 5 insertions, 5 deletions
diff --git a/packages/clamav/clamav.inc b/packages/clamav/clamav.inc
index 2a09c52461..b18cd06c24 100644
--- a/packages/clamav/clamav.inc
+++ b/packages/clamav/clamav.inc
@@ -93,21 +93,21 @@ pkg_postinst_${PN}-freshclam () {
grep -q clamav: /etc/passwd || \
adduser --disabled-password --home=/var/lib/clamav/ --system \
--ingroup clamav --no-create-home -g "ClamAV" clamav
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
}
pkg_postinst_${PN}-daemon () {
grep -q clamav: /etc/group || addgroup clamav
grep -q clamav: /etc/passwd || \
adduser --disabled-password --home=/var/lib/clamav/ --system \
--ingroup clamav --no-create-home -g "ClamAV" clamav
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
}
pkg_postinst_${PN}-data () {
grep -q clamav: /etc/group || addgroup clamav
grep -q clamav: /etc/passwd || \
adduser --disabled-password --home=/var/lib/clamav/ --system \
--ingroup clamav --no-create-home -g "ClamAV" clamav
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
}
# Indicate that the default files are configuration files
diff --git a/packages/clamav/clamav_0.88.5.bb b/packages/clamav/clamav_0.88.5.bb
index fec4ae59d8..e721558efe 100644
--- a/packages/clamav/clamav_0.88.5.bb
+++ b/packages/clamav/clamav_0.88.5.bb
@@ -1,3 +1,3 @@
require clamav.inc
-PR = "r0"
+PR = "r1"
diff --git a/packages/clamav/clamav_0.88.6.bb b/packages/clamav/clamav_0.88.6.bb
index fec4ae59d8..e721558efe 100644
--- a/packages/clamav/clamav_0.88.6.bb
+++ b/packages/clamav/clamav_0.88.6.bb
@@ -1,3 +1,3 @@
require clamav.inc
-PR = "r0"
+PR = "r1"