summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-09-15 21:54:31 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-09-15 21:54:31 +0000
commit102164987de562bf6c0fff92f1bfdc91d6ca3813 (patch)
treebc06ce3d486dc499b34d8ea25bc20173e5ef4112 /sys-apps/ivman
parentMark 2.2.3-r2 stable on alpha (diff)
downloadgentoo-2-102164987de562bf6c0fff92f1bfdc91d6ca3813.tar.gz
gentoo-2-102164987de562bf6c0fff92f1bfdc91d6ca3813.tar.bz2
gentoo-2-102164987de562bf6c0fff92f1bfdc91d6ca3813.zip
Fix enewuser /bin fals shell, bug 103421
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-apps/ivman')
-rw-r--r--sys-apps/ivman/ChangeLog5
-rw-r--r--sys-apps/ivman/ivman-0.6.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/ivman/ChangeLog b/sys-apps/ivman/ChangeLog
index 5fceb28db328..c4f06d7b864a 100644
--- a/sys-apps/ivman/ChangeLog
+++ b/sys-apps/ivman/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/ivman
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.16 2005/09/13 18:23:56 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.17 2005/09/15 21:54:31 genstef Exp $
+
+ 15 Sep 2005; Stefan Schweizer <genstef@gentoo.org> ivman-0.6.4.ebuild:
+ Fix enewuser /bin fals shell, bug 103421
*ivman-0.6.4 (13 Sep 2005)
diff --git a/sys-apps/ivman/ivman-0.6.4.ebuild b/sys-apps/ivman/ivman-0.6.4.ebuild
index e3427c087292..350d983d2a4e 100644
--- a/sys-apps/ivman/ivman-0.6.4.ebuild
+++ b/sys-apps/ivman/ivman-0.6.4.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/sys-apps/ivman/ivman-0.6.4.ebuild,v 1.1 2005/09/13 18:23:56 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.4.ebuild,v 1.2 2005/09/15 21:54:31 genstef Exp $
inherit eutils
@@ -41,7 +41,7 @@ src_install() {
# execute...
# The group here is intended to be the one needed to use pmount, but Ivman
# will still work as long as the group in IvmConfigBase.xml is correct.
- enewuser ivman -1 /bin/false /dev/null plugdev || die "Problem adding ivman user"
+ enewuser ivman -1 -1 /dev/null plugdev || die "Problem adding ivman user"
}
pkg_postinst() {