From 015c986a67443a9c38274e07caee1f608a466162 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 9 Jul 2002 20:01:55 +0000 Subject: clarify comment (#68309) --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 22031e4a..2cd1d7de 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -366,7 +366,7 @@ if [ -n "$PNP" -a -f /proc/isapnp -a -x /sbin/sndconfig ]; then /sbin/sndconfig --mungepnp >/dev/null 2>&1 fi -# Load sound modules iff they need persistent DMA buffers +# Load sound modules if and only if they need persistent DMA buffers if grep -q "options sound dmabuf=1" /etc/modules.conf 2>/dev/null ; then RETURN=0 alias=`/sbin/modprobe -c | awk '/^alias sound / { print $3 }'` -- cgit v1.2.1