summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-11-20 21:20:36 +0000
committerJeroen Roovers <jer@gentoo.org>2008-11-20 21:20:36 +0000
commit591506a3ba4543ac27cf90d0ed539e932a87bab3 (patch)
treefa403378f6fb245f14f7dffce4e05e6925296459 /net-nds
parentstable ppc64, bug 247633 (diff)
downloadgentoo-2-591506a3ba4543ac27cf90d0ed539e932a87bab3.tar.gz
gentoo-2-591506a3ba4543ac27cf90d0ed539e932a87bab3.tar.bz2
gentoo-2-591506a3ba4543ac27cf90d0ed539e932a87bab3.zip
Fix quoting (bug #247610).
(Portage version: 2.2_rc14/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ypbind/ChangeLog5
-rw-r--r--net-nds/ypbind/ypbind-1.19.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog
index 0e53b61cfef9..fcd2b59dc8d8 100644
--- a/net-nds/ypbind/ChangeLog
+++ b/net-nds/ypbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/ypbind
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.43 2008/11/02 13:02:14 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.44 2008/11/20 21:20:36 jer Exp $
+
+ 20 Nov 2008; Jeroen Roovers <jer@gentoo.org> ypbind-1.19.1-r1.ebuild:
+ Fix quoting (bug #247610).
02 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
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() {