diff options
author | 2008-09-10 13:51:01 +0000 | |
---|---|---|
committer | 2008-09-10 13:51:01 +0000 | |
commit | 58823f98a316258fadc6ac152b7de82a9f6f3501 (patch) | |
tree | 16e7a4d41a8c51049577dfd26058a53f9d7d7d7a /net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild | |
parent | Marking cairo-1.6.4-r1 ppc64 and ppc for bug 237321 (diff) | |
download | historical-58823f98a316258fadc6ac152b7de82a9f6f3501.tar.gz historical-58823f98a316258fadc6ac152b7de82a9f6f3501.tar.bz2 historical-58823f98a316258fadc6ac152b7de82a9f6f3501.zip |
Remove useless die, bug #237284
Package-Manager: portage-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 } |