summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-04-09 03:29:32 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-04-09 03:29:32 +0000
commit31b7f190a5dfa32c3f47ef7f8d5a537df98bb7d2 (patch)
tree546fbd88856a3d73d75c7acc09896bc6d59d7549 /net-dns
parentFixing configure to include explicit #!/bin/sh for sandbox bug workaround. S... (diff)
downloadhistorical-31b7f190a5dfa32c3f47ef7f8d5a537df98bb7d2.tar.gz
historical-31b7f190a5dfa32c3f47ef7f8d5a537df98bb7d2.tar.bz2
historical-31b7f190a5dfa32c3f47ef7f8d5a537df98bb7d2.zip
Changed to add user/group pdnsd before the make install
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/pdnsd/ChangeLog5
-rw-r--r--net-dns/pdnsd/Manifest4
-rw-r--r--net-dns/pdnsd/pdnsd-1.1.10.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/net-dns/pdnsd/ChangeLog b/net-dns/pdnsd/ChangeLog
index 61aff06a7d60..478f46448ed8 100644
--- a/net-dns/pdnsd/ChangeLog
+++ b/net-dns/pdnsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/pdnsd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.23 2004/04/03 02:45:23 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.24 2004/04/09 03:29:32 dragonheart Exp $
+
+ 09 Apr 2004; Daniel Black <dragonheart@gentoo.org> pdnsd-1.1.10.ebuild:
+ Changed to add user/group pdnsd before the make install
03 Apr 2004; Daniel Black <dragonheart@gentoo.org> pdnsd-1.1.10.ebuild:
Stable on x86, ppc, sparc. Changed version 1.1.10 to use $ROOT when
diff --git a/net-dns/pdnsd/Manifest b/net-dns/pdnsd/Manifest
index 21ca9fe1f728..7a7c71d1e234 100644
--- a/net-dns/pdnsd/Manifest
+++ b/net-dns/pdnsd/Manifest
@@ -1,8 +1,8 @@
-MD5 f269b7a6e779bce823b6be6e94adfe1f ChangeLog 3564
+MD5 ece1f87b268257f8450f7b4d77242def ChangeLog 3697
MD5 cd82be4729ad0da13f8e5e396dd29840 metadata.xml 437
MD5 a415c002ad5217367da41f607bf6cad6 pdnsd-1.1.7a.ebuild 990
MD5 51d039a99ad0ee24d4390b5cb8d85892 pdnsd-1.1.9.ebuild 2670
-MD5 a7c645a574331c5f146440dbd10cb389 pdnsd-1.1.10.ebuild 3254
+MD5 51f4b680abc978dfb8e82b397ca18e46 pdnsd-1.1.10.ebuild 3255
MD5 729266103aee86613f32b6e39c03172f files/digest-pdnsd-1.1.7a 65
MD5 2f4f436df1064eb21409e1ef613be068 files/digest-pdnsd-1.1.9 67
MD5 d5e1cbb93d8bb06254e9daac8df76d8d files/pdnsd.online 459
diff --git a/net-dns/pdnsd/pdnsd-1.1.10.ebuild b/net-dns/pdnsd/pdnsd-1.1.10.ebuild
index 1fd8ee26d23b..6cb3e1395f8e 100644
--- a/net-dns/pdnsd/pdnsd-1.1.10.ebuild
+++ b/net-dns/pdnsd/pdnsd-1.1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.10.ebuild,v 1.5 2004/04/03 02:42:42 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.10.ebuild,v 1.6 2004/04/09 03:29:32 dragonheart Exp $
inherit eutils
@@ -57,11 +57,11 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
-
enewgroup pdnsd
enewuser pdnsd -1 /bin/false /var/lib/pdnsd pdnsd
+ emake DESTDIR=${D} install || die
+
# Copy cache from prev versions
[ -f ${ROOT}/var/lib/pdnsd/pdnsd.cache ] && \
cp ${ROOT}/var/lib/pdnsd/pdnsd.cache ${D}/var/cache/pdnsd/pdnsd.cache