summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:12:26 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:12:26 +0000
commit407d3f3b25bd4f01bcff9d04272b52813285c71f (patch)
tree62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz
gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2
gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip
repoman: trim trailing whitespace
Diffstat (limited to 'net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild')
-rw-r--r--net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild b/net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild
index a4b2ddd0e195..9f42ac966e6e 100644
--- a/net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild,v 1.2 2003/07/29 15:24:20 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.5-r1.ebuild,v 1.3 2003/09/07 00:11:41 msterret Exp $
IUSE="tcpd"
@@ -26,7 +26,7 @@ src_compile() {
mv --force config.mk.new config.mk
fi
- # parallel make still fails
+ # parallel make still fails
make || die "Failed to compile"
}
@@ -43,11 +43,11 @@ src_install() {
insinto /etc ; doins ${FILESDIR}/exports
- exeinto /etc/init.d
- newexe ${FILESDIR}/nfs-2 nfs
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/nfs-2 nfs
newexe ${FILESDIR}/nfsmount nfsmount
- insinto /etc/conf.d
+ insinto /etc/conf.d
newins ${FILESDIR}/nfs.confd nfs
}