diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-05-19 02:39:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-05-19 02:39:15 +0000 |
commit | 90dad74385814b2e63d8841ae6a6f3ec8af0f7a8 (patch) | |
tree | 31259d86bc7f2c3f7ddde3a018c7b6e7d9ae7256 /media-sound/aumix/files | |
parent | depends made optional with doc USE (diff) | |
download | historical-90dad74385814b2e63d8841ae6a6f3ec8af0f7a8.tar.gz historical-90dad74385814b2e63d8841ae6a6f3ec8af0f7a8.tar.bz2 historical-90dad74385814b2e63d8841ae6a6f3ec8af0f7a8.zip |
support for OSS
Diffstat (limited to 'media-sound/aumix/files')
-rw-r--r-- | media-sound/aumix/files/aumix.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/aumix/files/aumix.rc6 b/media-sound/aumix/files/aumix.rc6 index 09b23ac05ac3..fa05f8aba5d3 100644 --- a/media-sound/aumix/files/aumix.rc6 +++ b/media-sound/aumix/files/aumix.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/files/aumix.rc6,v 1.3 2003/02/14 22:56:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/files/aumix.rc6,v 1.4 2003/05/19 02:39:11 seemant Exp $ depend() { need modules @@ -9,7 +9,7 @@ depend() { } checkconfig() { - if [ -z "`grep 'sound' /proc/devices`" ] && [ ! -d /proc/asound ] + if [ -z "`egrep 'sound|OSS' /proc/devices`" ] && [ ! -d /proc/asound ] then eerror "Sound support has not been compiled into the kernel," eerror "or is disabled. Please check that the correct modules" |