summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-08-23 13:17:09 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-08-23 13:17:09 +0000
commitdb47da3f7d9b2e341735e8f989d3602cbf18ffff (patch)
tree62945afec4c9ee91481bf94d2765c7b5bab2c0de /app-antivirus
parentversion bump (diff)
downloadhistorical-db47da3f7d9b2e341735e8f989d3602cbf18ffff.tar.gz
historical-db47da3f7d9b2e341735e8f989d3602cbf18ffff.tar.bz2
historical-db47da3f7d9b2e341735e8f989d3602cbf18ffff.zip
Use -1 for shell argument to enewuser. Bug #103421.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog5
-rw-r--r--app-antivirus/clamav/Manifest20
-rw-r--r--app-antivirus/clamav/clamav-0.86.2.ebuild4
3 files changed, 21 insertions, 8 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index b5501d764512..6cb76075aa6e 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.101 2005/08/23 02:46:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.102 2005/08/23 13:17:09 ticho Exp $
+
+ 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.86.2.ebuild:
+ Use -1 for shell argument to enewuser. Bug #103421.
23 Aug 2005; Aron Griffis <agriffis@gentoo.org> clamav-0.86.2.ebuild:
stable on ia64
diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest
index 5e34443b10a9..f106e898fcf3 100644
--- a/app-antivirus/clamav/Manifest
+++ b/app-antivirus/clamav/Manifest
@@ -1,8 +1,18 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 7ef0c991cca3e80d459f117929e8bbe1 clamav-0.86.2.ebuild 3692
+MD5 b9d4581d40db80a79963a5ffec98aff0 ChangeLog 19034
MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184
-MD5 34c63ed9f7315024c748b02fa159cce2 ChangeLog 18912
-MD5 5ef5facc3556bc6873c8b209d8d8c9ca clamav-0.86.2.ebuild 3702
-MD5 e29ee77ca9bfe28ed18dbf67a9c90e75 files/clamd.conf 193
-MD5 f6bf5b894e60e8686cb5a36ba240e1ef files/clamd.rc.new 2032
+MD5 08f7b320461c04bbb88555e389c2e544 files/clamav-milter.README.gentoo 1124
MD5 8365b1166d97452566de3f0f5140ab43 files/digest-clamav-0.86.2 66
+MD5 f6bf5b894e60e8686cb5a36ba240e1ef files/clamd.rc.new 2032
+MD5 e29ee77ca9bfe28ed18dbf67a9c90e75 files/clamd.conf 193
MD5 1b3268d3723e003ad99bf706e6bf4312 files/clamd.rc 1444
-MD5 08f7b320461c04bbb88555e389c2e544 files/clamav-milter.README.gentoo 1124
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDCyHvQlM6RnzZP+IRAuoCAKCQ5ApY/WyEUDZxZuSPziEffP5UkACfd+vz
+RCyrSudh8B+J1O2yHFN2ZLk=
+=mvKR
+-----END PGP SIGNATURE-----
diff --git a/app-antivirus/clamav/clamav-0.86.2.ebuild b/app-antivirus/clamav/clamav-0.86.2.ebuild
index 7e8ff91221d2..c30398a1a6f8 100644
--- a/app-antivirus/clamav/clamav-0.86.2.ebuild
+++ b/app-antivirus/clamav/clamav-0.86.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.86.2.ebuild,v 1.9 2005/08/23 02:46:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.86.2.ebuild,v 1.10 2005/08/23 13:17:09 ticho Exp $
inherit eutils flag-o-matic fixheadtails
@@ -35,7 +35,7 @@ pkg_setup() {
fi
fi
enewgroup clamav
- enewuser clamav -1 /bin/false /dev/null clamav
+ enewuser clamav -1 -1 /dev/null clamav
pwconv || die
}