diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-08-26 05:41:37 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-08-26 05:41:37 +0000 |
commit | 8c1acf758f9b1c34a12a1cdaf839fc0d11dfe998 (patch) | |
tree | 9a0bb63729388e87875914dc980c65ee9e77b532 /sys-apps/hal | |
parent | ia64 love (diff) | |
download | historical-8c1acf758f9b1c34a12a1cdaf839fc0d11dfe998.tar.gz historical-8c1acf758f9b1c34a12a1cdaf839fc0d11dfe998.tar.bz2 historical-8c1acf758f9b1c34a12a1cdaf839fc0d11dfe998.zip |
Fixing bug #103421
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 51451f63a247..514bb453fefe 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.43 2005/08/23 20:24:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.44 2005/08/26 05:40:23 cardoe Exp $ + + 26 Aug 2005; Doug Goldstein <cardoe@gentoo.org> hal-0.5.2.ebuild: + -m Fixing bug #103421 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> hal-0.4.7-r2.ebuild: stable on ia64 diff --git a/sys-apps/hal/hal-0.5.2.ebuild b/sys-apps/hal/hal-0.5.2.ebuild index eac2d7fed572..d439c77bc8f2 100644 --- a/sys-apps/hal/hal-0.5.2.ebuild +++ b/sys-apps/hal/hal-0.5.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/sys-apps/hal/hal-0.5.2.ebuild,v 1.1 2005/08/18 07:19:37 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.2.ebuild,v 1.2 2005/08/26 05:40:23 cardoe Exp $ inherit eutils linux-info versionator flag-o-matic @@ -117,7 +117,7 @@ pkg_postinst() { enewgroup haldaemon || die "Problem adding haldaemon group" # HAL drops priviledges by default now ... # ... so we must make sure it can read disk/cdrom info (ie. be in ${HALDAEMON_GROUPS} groups) - enewuser haldaemon -1 /bin/false /dev/null ${HALDAEMON_GROUPS} || die "Problem adding haldaemon user" + enewuser haldaemon -1 "-1" /dev/null ${HALDAEMON_GROUPS} || die "Problem adding haldaemon user" # Make sure that the haldaemon user is in the ${HALDAEMON_GROUPS} # If users have a problem with this, let them file a bug |