diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-04-14 20:00:25 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-04-14 20:00:25 +0000 |
commit | 6fe614c6338e30986674e3a36c33d4be36fbd9f8 (patch) | |
tree | e6e49b7ba9517fcc225b6e2441904aad3311b6c5 /net-dialup/mwavem | |
parent | Bumping patch level to 3 for bug 216128, GCC 4.3 compability patch by David C... (diff) | |
download | historical-6fe614c6338e30986674e3a36c33d4be36fbd9f8.tar.gz historical-6fe614c6338e30986674e3a36c33d4be36fbd9f8.tar.bz2 historical-6fe614c6338e30986674e3a36c33d4be36fbd9f8.zip |
Install modprobe.d file (#214020).
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-dialup/mwavem')
-rw-r--r-- | net-dialup/mwavem/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/mwavem/mwavem-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/mwavem/ChangeLog b/net-dialup/mwavem/ChangeLog index a8619355ec4d..bdf3c9db75ee 100644 --- a/net-dialup/mwavem/ChangeLog +++ b/net-dialup/mwavem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/mwavem -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/ChangeLog,v 1.11 2007/04/16 11:54:35 mrness Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/ChangeLog,v 1.12 2008/04/14 20:00:25 mrness Exp $ + + 14 Apr 2008; Alin Năstac <mrness@gentoo.org> mwavem-2.0.ebuild: + Install modprobe.d file (#214020). 16 Apr 2007; Alin Năstac <mrness@gentoo.org> mwavem-2.0.ebuild: Use update-modules instead deprecated modules-update (#174746). diff --git a/net-dialup/mwavem/mwavem-2.0.ebuild b/net-dialup/mwavem/mwavem-2.0.ebuild index a73b0a830887..486401bc68fa 100644 --- a/net-dialup/mwavem/mwavem-2.0.ebuild +++ b/net-dialup/mwavem/mwavem-2.0.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/mwavem/mwavem-2.0.ebuild,v 1.7 2007/04/16 11:54:35 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mwavem/mwavem-2.0.ebuild,v 1.8 2008/04/14 20:00:25 mrness Exp $ DESCRIPTION="User level application for IBM Mwave modem" HOMEPAGE="http://oss.software.ibm.com/acpmodem/" @@ -29,7 +29,7 @@ src_install() { insinto /etc/devfs.d newins "${FILESDIR}/mwave.devfs" mwave - insinto /etc/modules.d + insinto /etc/modprobe.d newins "${FILESDIR}/mwave.modules" mwave dodoc AUTHORS ChangeLog FAQ NEWS README README.devfs THANKS |