diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-06 22:11:34 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-06 22:11:34 +0000 |
commit | efc79bcdcc9d273ca0df71a41d1a3a3abd6c7b4b (patch) | |
tree | 8a7931569b28419667a9353f8753c58e76ff30d8 /sys-apps/devfsd | |
parent | new baselayout (diff) | |
download | gentoo-2-efc79bcdcc9d273ca0df71a41d1a3a3abd6c7b4b.tar.gz gentoo-2-efc79bcdcc9d273ca0df71a41d1a3a3abd6c7b4b.tar.bz2 gentoo-2-efc79bcdcc9d273ca0df71a41d1a3a3abd6c7b4b.zip |
zap devfsd.conf
Diffstat (limited to 'sys-apps/devfsd')
-rw-r--r-- | sys-apps/devfsd/devfsd-1.3.20.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 <drobbins@gentoo.org> -# $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 } |