summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2006-09-13 07:16:52 +0000
committerJon Portnoy <avenj@gentoo.org>2006-09-13 07:16:52 +0000
commit942d839ee033d68f56d4a28c91c9ac0cc8685559 (patch)
treee59d3093f87fdb56bee3c904d30dc7ed94696552 /net-dns/dnsmasq
parentFixing the patch file to actually be bzip2 (diff)
downloadgentoo-2-942d839ee033d68f56d4a28c91c9ac0cc8685559.tar.gz
gentoo-2-942d839ee033d68f56d4a28c91c9ac0cc8685559.tar.bz2
gentoo-2-942d839ee033d68f56d4a28c91c9ac0cc8685559.zip
newins -> newexe for resolvconf
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.33.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.33.ebuild b/net-dns/dnsmasq/dnsmasq-2.33.ebuild
index 001a0e858ca5..3c7b2c839205 100644
--- a/net-dns/dnsmasq/dnsmasq-2.33.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.33.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/dnsmasq/dnsmasq-2.33.ebuild,v 1.2 2006/09/13 04:39:52 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.33.ebuild,v 1.3 2006/09/13 07:16:52 avenj Exp $
inherit eutils toolchain-funcs
@@ -46,7 +46,7 @@ src_install() {
newins dnsmasq.conf.example dnsmasq.conf
if use resolvconf ; then
- insinto /etc/resolvconf/update.d
- newins ${FILESDIR}/resolvconf.dnsmasq dnsmasq
+ exeinto /etc/resolvconf/update.d
+ newexe ${FILESDIR}/resolvconf.dnsmasq dnsmasq
fi
}