diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2008-06-01 01:25:57 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2008-06-01 01:25:57 +0000 |
commit | c4e4f778c64463d58d2501ec242acad49dfc27e0 (patch) | |
tree | 207db57a88a6a561106002402918a6e8ce30471c /app-laptop | |
parent | net-dialup/config: Version bump (bug #213533) (diff) | |
download | gentoo-2-c4e4f778c64463d58d2501ec242acad49dfc27e0.tar.gz gentoo-2-c4e4f778c64463d58d2501ec242acad49dfc27e0.tar.bz2 gentoo-2-c4e4f778c64463d58d2501ec242acad49dfc27e0.zip |
app-laptop/acerhk: Changed /etc/modules.d to /etc/modprobe.d (bug #214030)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/acerhk/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/acerhk/acerhk-0.5.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-laptop/acerhk/ChangeLog b/app-laptop/acerhk/ChangeLog index 97ac8d8c6cd5..eba7506c1de3 100644 --- a/app-laptop/acerhk/ChangeLog +++ b/app-laptop/acerhk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/acerhk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.27 2008/01/30 23:08:09 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.28 2008/06/01 01:25:57 jurek Exp $ + + 01 Jun 2008; Jurek Bartuszek <jurek@gentoo.org> acerhk-0.5.35.ebuild: + Changed /etc/modules.d to /etc/modprobe.d (bug #214030) 30 Jan 2008; Jurek Bartuszek <jurek@gentoo.org> acerhk-0.5.35.ebuild: Make acerhk build against 2.6.24 kernel (bug #207601) diff --git a/app-laptop/acerhk/acerhk-0.5.35.ebuild b/app-laptop/acerhk/acerhk-0.5.35.ebuild index 8e703b7b8226..989cbefba879 100644 --- a/app-laptop/acerhk/acerhk-0.5.35.ebuild +++ b/app-laptop/acerhk/acerhk-0.5.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild,v 1.5 2008/01/30 23:08:09 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild,v 1.6 2008/06/01 01:25:57 jurek Exp $ inherit linux-mod @@ -45,7 +45,7 @@ pkg_postinst() { elog "You can load the module:" elog "% modprobe acerhk poll=1" - elog "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk" + elog "If you need poll=1 you can set it permanently in /etc/modprobe.d/acerhk" elog elog "If you need more info about this driver you can read the README file" elog "% zmore /usr/share/doc/${PF}/README.bz2" |