aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aureal-kmod/files
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2011-12-07 05:17:04 +0800
committerscheidell <scheidell@FreeBSD.org>2011-12-07 05:17:04 +0800
commit31edf755e9b05dc0789e42ffd22401f8886da97d (patch)
treed94aad4375aec074acb71a4d3ee55ef2f38fb56a /audio/aureal-kmod/files
parent2861b06475378a62f51362add634764ed93792e4 (diff)
downloadfreebsd-ports-gnome-31edf755e9b05dc0789e42ffd22401f8886da97d.tar.gz
freebsd-ports-gnome-31edf755e9b05dc0789e42ffd22401f8886da97d.tar.zst
freebsd-ports-gnome-31edf755e9b05dc0789e42ffd22401f8886da97d.zip
-added extra patch so it will build on 8.0+
-submitted is now maintainer PR: ports/162349 Submitted by: maintainer Approved by: gabor(mentor) Feature safe: yes
Diffstat (limited to 'audio/aureal-kmod/files')
-rw-r--r--audio/aureal-kmod/files/aureal.in4
-rw-r--r--audio/aureal-kmod/files/pkg-message.in5
2 files changed, 2 insertions, 7 deletions
diff --git a/audio/aureal-kmod/files/aureal.in b/audio/aureal-kmod/files/aureal.in
index d826a6a50f4c..58b543ecb617 100644
--- a/audio/aureal-kmod/files/aureal.in
+++ b/audio/aureal-kmod/files/aureal.in
@@ -61,7 +61,7 @@ aureal_start()
if [ ! -f ${KMODDIR}/${DRIVERFILE}.ko ]; then
err 64 "${KMODDIR}/${DRIVERFILE} for ${aureal_card} not found!"
fi
- if ! kldstat -qm ${DRIVERFILE}; then
+ if ! kldstat -qm pci/snd_au88x0; then
if ! kldload ${KMODDIR}/${DRIVERFILE}.ko; then
warn 'aureal module failed to load'
return 1
@@ -87,7 +87,7 @@ aureal_start()
aureal_stop()
{
aureal_detect
- kldstat -qm ${DRIVERFILE} && kldunload ${DRIVERFILE}
+ kldstat -qm pci/snd_au88x0 && kldunload ${DRIVERFILE}
return 0
}
diff --git a/audio/aureal-kmod/files/pkg-message.in b/audio/aureal-kmod/files/pkg-message.in
index 1de583090000..b9bab54cd63d 100644
--- a/audio/aureal-kmod/files/pkg-message.in
+++ b/audio/aureal-kmod/files/pkg-message.in
@@ -29,9 +29,4 @@ in your /etc/rc.conf.
Please note that you also need to have the 'sound.ko' moduld loaded already.
-Report problems to Alexander Matey <ports@matey.org>.
-
-Thanks and enjoy!
-
--Maxim
-------------------------------------------------------------------------------