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
commit3ed1b96a431e6658ac12e78343d5f2736c69d81e (patch)
tree9d1db2b11f0b3d471b790c6d177e92e94b5d20eb /sys-apps/ivman
parentMark 2.2.3-r2 stable on alpha (diff)
downloadhistorical-3ed1b96a431e6658ac12e78343d5f2736c69d81e.tar.gz
historical-3ed1b96a431e6658ac12e78343d5f2736c69d81e.tar.bz2
historical-3ed1b96a431e6658ac12e78343d5f2736c69d81e.zip
Fix enewuser /bin fals shell, bug 103421
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'sys-apps/ivman')
-rw-r--r--sys-apps/ivman/ChangeLog5
-rw-r--r--sys-apps/ivman/Manifest4
-rw-r--r--sys-apps/ivman/ivman-0.6.4.ebuild4
3 files changed, 8 insertions, 5 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/Manifest b/sys-apps/ivman/Manifest
index 6039e3e32ee1..00ea63ebcb4c 100644
--- a/sys-apps/ivman/Manifest
+++ b/sys-apps/ivman/Manifest
@@ -1,6 +1,6 @@
MD5 217682a6813a0a28a1a7be4b3b6adc54 ivman-0.5_pre3.ebuild 1310
-MD5 0ce9d21a6ace26f61cf8256b4fac27bb ChangeLog 3069
-MD5 e08c18044b92b75b5e6d2f8d14791b7e ivman-0.6.4.ebuild 2582
+MD5 86e72ba7eaf875957175d76ea844c6dd ChangeLog 3186
+MD5 13d1e30e628dfbee0e3e2fc9e97905f2 ivman-0.6.4.ebuild 2574
MD5 2bdc162253b44f623a4ae735767bf0f8 ivman-0.5_pre2.ebuild 1309
MD5 94ae54dc83c1b4b61c9edccab725465b metadata.xml 265
MD5 f1e67af6cdf8b51ac4c5cd5e8e7ec298 files/ivman-0.3.init 524
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() {