summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-12 12:13:25 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-12 12:13:25 +0000
commit0c43d919c199a76799e4e228e926a4dcee6ef265 (patch)
treec80a0f1ab4dc5efe03136985a8f414a9ff3a2be8 /net-nds/yp-tools
parentAdded sticky bit for /tmp (diff)
downloadgentoo-2-0c43d919c199a76799e4e228e926a4dcee6ef265.tar.gz
gentoo-2-0c43d919c199a76799e4e228e926a4dcee6ef265.tar.bz2
gentoo-2-0c43d919c199a76799e4e228e926a4dcee6ef265.zip
Some missed files
Diffstat (limited to 'net-nds/yp-tools')
-rw-r--r--net-nds/yp-tools/yp-tools-2.4-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-nds/yp-tools/yp-tools-2.4-r2.ebuild b/net-nds/yp-tools/yp-tools-2.4-r2.ebuild
index 5929c1994fad..dc9aabd0995d 100644
--- a/net-nds/yp-tools/yp-tools-2.4-r2.ebuild
+++ b/net-nds/yp-tools/yp-tools-2.4-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.4-r2.ebuild,v 1.2 2001/05/10 09:39:40 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.4-r2.ebuild,v 1.3 2001/05/12 12:13:25 achim Exp $
P=yp-tools-2.4
A=${P}.tar.gz
@@ -28,6 +28,8 @@ src_install() {
doins etc/nicknames
# This messes up boot so we remove it
rm -d ${D}/bin/ypdomainname
+ rm -d ${D}/bin/nisdomainname
+ rm -d ${D}/bin/domainname
}