diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-11-20 21:22:07 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-11-20 21:22:07 +0000 |
commit | 50bd22fed6963511fb3018bdae61ef5229a62144 (patch) | |
tree | cc186ef7ee2bff9422b2417cff79f61f901710a8 /net-nds/ypbind/ypbind-1.19.1-r1.ebuild | |
parent | Fix quoting (bug #247610). (diff) | |
download | historical-50bd22fed6963511fb3018bdae61ef5229a62144.tar.gz historical-50bd22fed6963511fb3018bdae61ef5229a62144.tar.bz2 historical-50bd22fed6963511fb3018bdae61ef5229a62144.zip |
Fix quoting (bug #247610).
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.25-gentoo-r7-JeR i686
Diffstat (limited to 'net-nds/ypbind/ypbind-1.19.1-r1.ebuild')
-rw-r--r-- | net-nds/ypbind/ypbind-1.19.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/ypbind/ypbind-1.19.1-r1.ebuild b/net-nds/ypbind/ypbind-1.19.1-r1.ebuild index 140f574eb497..b537bc041bcc 100644 --- a/net-nds/ypbind/ypbind-1.19.1-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.19.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.4 2008/11/02 12:16:21 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.5 2008/11/20 21:20:36 jer Exp $ MY_P=${PN}-mt-${PV} S="${WORKDIR}/${MY_P}" @@ -33,8 +33,8 @@ src_install() { insinto /etc newins etc/yp.conf yp.conf.example - newconfd "${FILESDIR}/ypbind.confd-r1 ypbind" - newinitd "${FILESDIR}/ypbind.initd ypbind" + newconfd "${FILESDIR}/ypbind.confd-r1" ypbind + newinitd "${FILESDIR}/ypbind.initd" ypbind } pkg_postinst() { |