diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-31 13:56:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-31 13:56:08 +0000 |
commit | c9c7ef8fe4d4661c5fe5fef165015e7552ea523c (patch) | |
tree | e3803470e10a7bc9eac09af243046e4337534760 /sys-apps/hal | |
parent | Added ~ppc64 (diff) | |
download | historical-c9c7ef8fe4d4661c5fe5fef165015e7552ea523c.tar.gz historical-c9c7ef8fe4d4661c5fe5fef165015e7552ea523c.tar.bz2 historical-c9c7ef8fe4d4661c5fe5fef165015e7552ea523c.zip |
Change /bin/false to -1 in enewuser call.
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.7-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 5e9eb2dfc3ef..906bd77a14f7 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,10 +1,13 @@ # 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.65 2005/12/31 12:24:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.66 2005/12/31 13:52:24 flameeyes Exp $ 31 Dec 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.8.ebuild: Stable on ppc64 + 31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> hal-0.4.7-r2.ebuild: + Change /bin/false to -1 in enewuser call. + 30 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org> hal-0.4.8.ebuild: stable on x86 diff --git a/sys-apps/hal/hal-0.4.7-r2.ebuild b/sys-apps/hal/hal-0.4.7-r2.ebuild index d115f0a2f9c6..440e97427bf6 100644 --- a/sys-apps/hal/hal-0.4.7-r2.ebuild +++ b/sys-apps/hal/hal-0.4.7-r2.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.4.7-r2.ebuild,v 1.9 2005/08/23 20:24:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.7-r2.ebuild,v 1.10 2005/12/31 13:52:24 flameeyes Exp $ inherit eutils python linux-info versionator flag-o-matic @@ -110,7 +110,7 @@ src_install() { pkg_preinst() { enewgroup haldaemon || die "Problem adding haldaemon group" - enewuser haldaemon -1 /bin/false /dev/null haldaemon || die "Problem adding haldaemon user" + enewuser haldaemon -1 -1 /dev/null haldaemon || die "Problem adding haldaemon user" } |