diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-08-23 13:17:09 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-08-23 13:17:09 +0000 |
commit | 1fc8c4af5ae6f075e8a40ea9952d153f3231a542 (patch) | |
tree | 007d021fe07bb3798ea51e4a35e44bb6c60baf7b /app-antivirus | |
parent | Use -1 instead of /bin/false on enewuser call. (diff) | |
download | gentoo-2-1fc8c4af5ae6f075e8a40ea9952d153f3231a542.tar.gz gentoo-2-1fc8c4af5ae6f075e8a40ea9952d153f3231a542.tar.bz2 gentoo-2-1fc8c4af5ae6f075e8a40ea9952d153f3231a542.zip |
Use -1 for shell argument to enewuser. Bug #103421.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.86.2.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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 } |