home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- #if [ "`/etc/rc.d/rc.alsa status | grep "not loaded"`" = "" ];then
- # Xdialog --title "ALSA sound Wizard" --yesno "ALSA sound modules are currently loaded and active.\n
- #If you answer Yes here, modules will be unloaded,\nand the Wizard will continue.\nAnswer No, Wizard will exit..." 0 0
- # [ ! $? -eq 0 ] && exit
- # /etc/rc.d/rc.alsa stop
- #fi
-
- #...above not necessary, alsaconf does it.
-
- exec rxvt -e /usr/sbin/alsaconf
-