On Mon, Sep 29, 2008 at 03:15:09PM +0200, Mario 'BitKoenig' Holbe wrote:
> --- /etc/modprobe.d/oss-compat.orig   2006-08-28 19:19:06.000000000 +0200
> +++ /etc/modprobe.d/oss-compat        2008-09-29 15:10:27.000000000 +0200
> @@ -1 +1,3 @@
> -install snd modprobe --ignore-install snd && modprobe snd-seq-oss && 
> modprobe snd-mixer-oss && modprobe snd-pcm-oss
> +install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { 
> /sbin/modprobe --quiet snd-pcm-oss ; : ; }
> +install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && 
> { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
> +install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { 
> /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : 
> ; }

Please try to avoid hardcoding absolute paths.  It's a PITA when things break
because of it (been there).

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



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

Reply via email to