diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2008-03-27 17:36:28 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2008-03-27 17:36:28 +0000 |
commit | 6aa407799381a9d240302cc9800239fe5541100b (patch) | |
tree | 1cbe96218c6a8c4276b8d067eeb36db897fe052a /net-dialup/misdn/misdn-1.1.7.ebuild | |
parent | Initial import of mediatomb, an UPnP media server compatible with Sony PlaySt... (diff) | |
download | gentoo-2-6aa407799381a9d240302cc9800239fe5541100b.tar.gz gentoo-2-6aa407799381a9d240302cc9800239fe5541100b.tar.bz2 gentoo-2-6aa407799381a9d240302cc9800239fe5541100b.zip |
use modprobe.d instead of modules.d, bug 214023
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dialup/misdn/misdn-1.1.7.ebuild')
-rw-r--r-- | net-dialup/misdn/misdn-1.1.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/misdn/misdn-1.1.7.ebuild b/net-dialup/misdn/misdn-1.1.7.ebuild index 0ff38c00628c..e71742c533e2 100644 --- a/net-dialup/misdn/misdn-1.1.7.ebuild +++ b/net-dialup/misdn/misdn-1.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild,v 1.1 2007/11/12 19:14:08 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild,v 1.2 2008/03/27 17:36:28 genstef Exp $ inherit eutils linux-mod @@ -151,7 +151,7 @@ src_install() { echo 'KERNEL=="obj-*", NAME="mISDN", GROUP="dialout", MODE="0660"' \ > "${D}/etc/udev/rules.d/53-${PN}.rules" - insinto /etc/modules.d + insinto /etc/modprobe.d newins "${WORKDIR}/${MY_P}/"mISDN.modprobe.d ${PN} sed -i -e "s:USER=.*:USER=root:" \ |