diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-14 22:32:52 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-14 22:32:52 +0000 |
commit | 71e0e95f5f9c7ae7337c33cb2577c7fbba98cde3 (patch) | |
tree | 7a7130a5b9f23d7c8d1bf2837b27316c2237715b | |
parent | Stable on PPC. (diff) | |
download | gentoo-2-71e0e95f5f9c7ae7337c33cb2577c7fbba98cde3.tar.gz gentoo-2-71e0e95f5f9c7ae7337c33cb2577c7fbba98cde3.tar.bz2 gentoo-2-71e0e95f5f9c7ae7337c33cb2577c7fbba98cde3.zip |
Oops, I missed to move pkg_postinst to pkg_setup.
(Portage version: 2.1.2_rc1-r6)
-rw-r--r-- | net-misc/siproxd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/siproxd/siproxd-0.5.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/siproxd/ChangeLog b/net-misc/siproxd/ChangeLog index 842e4cc7ecb7..7ef93f65ab51 100644 --- a/net-misc/siproxd/ChangeLog +++ b/net-misc/siproxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/siproxd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/ChangeLog,v 1.3 2006/11/14 22:10:51 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/ChangeLog,v 1.4 2006/11/14 22:32:52 drizzt Exp $ + + 14 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> siproxd-0.5.13.ebuild: + Oops, I missed to move pkg_postinst to pkg_setup. *siproxd-0.5.13 (14 Nov 2006) diff --git a/net-misc/siproxd/siproxd-0.5.13.ebuild b/net-misc/siproxd/siproxd-0.5.13.ebuild index e8340c04d824..3ed18737e941 100644 --- a/net-misc/siproxd/siproxd-0.5.13.ebuild +++ b/net-misc/siproxd/siproxd-0.5.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.5.13.ebuild,v 1.1 2006/11/14 22:10:51 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.5.13.ebuild,v 1.2 2006/11/14 22:32:52 drizzt Exp $ inherit eutils autotools @@ -53,7 +53,7 @@ src_install() { fowners siproxd:siproxd /var/{lib,run}/siproxd } -pkg_postinst() { +pkg_setup() { enewgroup siproxd enewuser siproxd -1 -1 /dev/null siproxd } |