From efc79bcdcc9d273ca0df71a41d1a3a3abd6c7b4b Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Thu, 6 Dec 2001 22:11:34 +0000 Subject: zap devfsd.conf --- sys-apps/devfsd/devfsd-1.3.20.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-apps/devfsd') diff --git a/sys-apps/devfsd/devfsd-1.3.20.ebuild b/sys-apps/devfsd/devfsd-1.3.20.ebuild index fe08cb49177a..decfd05c3cc0 100644 --- a/sys-apps/devfsd/devfsd-1.3.20.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.20.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 Daniel Robbins et al -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.20.ebuild,v 1.4 2001/12/06 22:06:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.20.ebuild,v 1.5 2001/12/06 22:11:34 drobbins Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Daemon for the Linux Device Filesystem" @@ -30,4 +30,5 @@ src_compile() { src_install() { dodir /sbin /usr/share/man /etc make PREFIX=${D} install || die + rm -f ${D}/etc/devfsd.conf } -- cgit v1.2.3-65-gdbad