Package: alsa-base
Version: 1.0.10-3
Severity: normal

In /etc/modprobe.d/alsa-base there are lines like:

install snd modprobe --ignore-install snd && { modprobe --quiet snd-ioctl32 ; : 
; }

Using this with /bin/zsh as /bin/sh fails (e.g. when running
udevsynthesize you see something like 'zsh: command not found:
modprobe' in syslog when running udev with log_priority=debug).

Changing all the 'modprobe' calls to '/sbin/modprobe' fixes the
problem. (I've tested this with /bin/bash as /bin/sh - works as well
of course then.)

All other files in /etc/modprobe.d/ seem to use '/sbin/modprobe' and
not 'modprobe'. If there is no specific reason why 'modprobe' is used
instead of '/sbin/modprobe' in alsa-base please consider changing this
as it fixes a very annoying (and not-easy-to-debug) problem with zsh.

regards,
-mika-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to