diff options
author | Peter Weller <welp@gentoo.org> | 2007-11-19 21:40:18 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-11-19 21:40:18 +0000 |
commit | d2fa3af91e8223e7c55719207119c061e9b001d0 (patch) | |
tree | bef9ae748c560cddb99564a2c7b7957d9b965bca | |
parent | Add hdapsd ebuilds (diff) | |
download | welp-d2fa3af91e8223e7c55719207119c061e9b001d0.tar.gz welp-d2fa3af91e8223e7c55719207119c061e9b001d0.tar.bz2 welp-d2fa3af91e8223e7c55719207119c061e9b001d0.zip |
Use insmod rather than modprobe in initscript
-rw-r--r-- | app-laptop/hdapsd/files/hdapsd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-laptop/hdapsd/files/hdapsd.init b/app-laptop/hdapsd/files/hdapsd.init index a413490..4a6d11c 100644 --- a/app-laptop/hdapsd/files/hdapsd.init +++ b/app-laptop/hdapsd/files/hdapsd.init @@ -26,7 +26,7 @@ checkconfig() { if [[ ! -d /sys/devices/platform/hdaps ]]; then ebegin "Loading hdaps module" - modprobe hdaps + insmod /lib/modules/2.6.23-tp-r1/extra/hdaps.ko eend $? || return 1 fi } |