diff options
author | Bill Nottingham <notting@redhat.com> | 2002-07-09 20:01:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-07-09 20:01:55 +0000 |
commit | 015c986a67443a9c38274e07caee1f608a466162 (patch) | |
tree | 33757b91f5111a952fe1910f102eb6b5bf98b372 /rc.d | |
parent | fd8edda505b31564d41605722982011910791678 (diff) | |
download | initscripts-015c986a67443a9c38274e07caee1f608a466162.tar initscripts-015c986a67443a9c38274e07caee1f608a466162.tar.gz initscripts-015c986a67443a9c38274e07caee1f608a466162.tar.bz2 initscripts-015c986a67443a9c38274e07caee1f608a466162.tar.xz initscripts-015c986a67443a9c38274e07caee1f608a466162.zip |
clarify comment (#68309)
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
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 }'` |