diff options
author | 2002-08-07 21:45:19 +0000 | |
---|---|---|
committer | 2002-08-07 21:45:19 +0000 | |
commit | f39250364214d5b5d051f8fb5628a6611e0290f2 (patch) | |
tree | f2289f86c265ec938b97976184788fe4c1f535b5 /net-dns | |
parent | dont install sgid (diff) | |
download | historical-f39250364214d5b5d051f8fb5628a6611e0290f2.tar.gz historical-f39250364214d5b5d051f8fb5628a6611e0290f2.tar.bz2 historical-f39250364214d5b5d051f8fb5628a6611e0290f2.zip |
Added a chown to pkg_config.
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.2.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dns/bind/bind-9.2.1-r2.ebuild b/net-dns/bind/bind-9.2.1-r2.ebuild index 60d729115ba7..241948a5d432 100644 --- a/net-dns/bind/bind-9.2.1-r2.ebuild +++ b/net-dns/bind/bind-9.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.6 2002/08/07 20:29:16 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.7 2002/08/07 21:45:19 nitro Exp $ S=${WORKDIR}/${P} DESCRIPTION="BIND - Name Server" @@ -99,6 +99,7 @@ pkg_config() { chown named:named /chroot/dns/etc/bind/rndc.key chgrp named /chroot/dns/etc/bind/named.conf cp -R /var/bind /chroot/dns/var/ + chown -R named:named /chroot/dns/var/bind/{pri,sec} mknod /chroot/dns/dev/zero c 1 5 mknod /chroot/dns/dev/random c 1 8 chmod 666 /chroot/dns/dev/{random,zero} |