diff options
Diffstat (limited to 'net-dns/bind/bind-9.2.5-r6.ebuild')
-rw-r--r-- | net-dns/bind/bind-9.2.5-r6.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net-dns/bind/bind-9.2.5-r6.ebuild b/net-dns/bind/bind-9.2.5-r6.ebuild index 526185d8cd70..bb8a662e0ca6 100644 --- a/net-dns/bind/bind-9.2.5-r6.ebuild +++ b/net-dns/bind/bind-9.2.5-r6.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-dns/bind/bind-9.2.5-r6.ebuild,v 1.10 2006/02/23 18:24:15 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r6.ebuild,v 1.11 2006/04/20 13:34:36 voxus Exp $ inherit eutils libtool @@ -25,6 +25,13 @@ DEPEND="sys-apps/groff RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind )" +pkg_setup() { + ebegin "Creating named group and user" + enewgroup named 40 + enewuser named 40 -1 /etc/bind named + eend ${?} +} + src_unpack() { use threads && { echo @@ -179,11 +186,6 @@ src_install() { # Let's get rid of those tools and their manpages since they're provided by bind-tools rm -f ${D}/usr/share/man/man1/{dig.1,host.1,nslookup.1} rm -f ${D}/usr/bin/{dig,host,nslookup} - - ebegin "Creating named group and user" - enewgroup named 40 - enewuser named 40 -1 /etc/bind named - eend ${?} } pkg_postinst() { |