]> git.pld-linux.org Git - packages/aumix.git/blobdiff - aumix.init
- updated
[packages/aumix.git] / aumix.init
index 017dc0f7eed96a6a3b004c2362df4ad8117b7759..7bc510571ffaba982b4500bdc5602a39068b397f 100644 (file)
@@ -67,27 +67,27 @@ case "$1" in
        if [ $? = 0 ]; then
                lsmod | grep -q "\(sound\|audio\)"
                if [ $? = 0 ]; then
-                       echo "Modular sound card detected."
+                       nls "Modular sound card detected."
                else
-                       echo "Monolithic sound card detected."
+                       nls "Monolithic sound card detected."
                fi
  
                cat /dev/sndstat 2> /dev/null | grep -A 1 "Midi devices:" | grep -q [0-9]:
                if [ $? = 0 ]; then
-                       echo "MIDI device present."
+                       nls "MIDI device present."
                else
                        cat /dev/sndstat >/dev/null 2>&1
                        if [ $? = 0 ]; then
-                               echo "MIDI device not detected."
+                               nls "MIDI device not detected."
                        fi
                fi    
 
        else
-               echo "Sound card not configured."
+               nls "Sound card not configured."
         fi
         ;;
   *)
-       msg_usage "$0 {start|stop|status|restart|save|restore}"
+       msg_usage "$0 {start|stop|restart|save|restore|status}"
         exit 1
 esac
 
This page took 0.059642 seconds and 4 git commands to generate.