Keith White wrote:
> 
> mnomn wrote:
> >
> > Hi
> >
> > How do I start the oss module "soundon" automatically at boot?
> >
> place this in /sbin/init.d
> <<<<<<<<<<<<<<<<<<<cut here>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> #! /bin/sh
> 
> case "$1" in
>     start)
>         echo "Starting OSS Drivers."
>         /usr/local/bin/soundon
>         ;;

This is a very nice script, but why not just 
simply put "soundon" in boot.local?


-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to