diff options
author | 2008-09-10 13:51:01 +0000 | |
---|---|---|
committer | 2008-09-10 13:51:01 +0000 | |
commit | 6906f772e48a364caa9e6f040b988e4b7cc43710 (patch) | |
tree | 418ff2963cca1841f2e2510bc3f49639502a01b6 /net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild | |
parent | Marking cairo-1.6.4-r1 ppc64 and ppc for bug 237321 (diff) | |
download | gentoo-2-6906f772e48a364caa9e6f040b988e4b7cc43710.tar.gz gentoo-2-6906f772e48a364caa9e6f040b988e4b7cc43710.tar.bz2 gentoo-2-6906f772e48a364caa9e6f040b988e4b7cc43710.zip |
Remove useless die, bug #237284
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild')
-rw-r--r-- | net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild b/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild index 72b257d45b1d..a9e8218dfe66 100644 --- a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild +++ b/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild,v 1.5 2008/06/29 09:55:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild,v 1.6 2008/09/10 13:51:01 armin76 Exp $ inherit eutils @@ -19,8 +19,8 @@ DEPEND="dev-python/twisted RDEPEND="" pkg_postinst() { - enewgroup phxd || die "Failed to create phxd group" - enewuser phxd -1 /bin/bash /var/phxd phxd || die "Failed to create phxd user" + enewgroup phxd + enewuser phxd -1 /bin/bash /var/phxd phxd chown phxd:phxd /var/phxd/files chown phxd:phxd /var/phxd/chatlogs } |