]> git.pld-linux.org Git - packages/aumix.git/commitdiff
- updated
authorankry <ankry@pld-linux.org>
Fri, 2 May 2003 23:38:06 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aumix.init -> 1.5

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.081673 seconds and 4 git commands to generate.