diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-24 16:58:44 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-24 16:58:44 +0000 |
commit | 876bdca9e88f941aa48e13f699dc5e2f227de8a4 (patch) | |
tree | f7db4753f3af0aac549ae00c1fa67bc623d333b9 /sys-apps/devfsd | |
parent | Update, FHS2.1 fixes (diff) | |
download | historical-876bdca9e88f941aa48e13f699dc5e2f227de8a4.tar.gz historical-876bdca9e88f941aa48e13f699dc5e2f227de8a4.tar.bz2 historical-876bdca9e88f941aa48e13f699dc5e2f227de8a4.zip |
Added /etc/devfs/shm
Diffstat (limited to 'sys-apps/devfsd')
-rw-r--r-- | sys-apps/devfsd/devfsd-1.3.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/devfsd/devfsd-1.3.11.ebuild b/sys-apps/devfsd/devfsd-1.3.11.ebuild index 6419e91b149f..50df5acac717 100644 --- a/sys-apps/devfsd/devfsd-1.3.11.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.11.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.11.ebuild,v 1.2 2001/02/27 23:03:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.11.ebuild,v 1.3 2001/04/24 16:58:44 achim Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Daemon for the Lunx Device Filesystem" @@ -27,6 +27,7 @@ src_install () { exeinto /etc/rc.d/init.d doexe ${FILESDIR}/devfsd + dodir /etc/devfs/shm } |