]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- unify messages
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Dec 2005 14:01:27 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsasound.init -> 1.11

alsasound.init

index 8ca91f1bbaece0c51e571150fcc344a0de71d3fd..23b713e2b1061445fa47d10dff4fa61f48a7cb5b 100644 (file)
@@ -130,7 +130,7 @@ case "$1" in
                fi
        else
                if [ -f /proc/asound/detect ]; then
-                       show "Shutting down sound detect module:"
+                       show "Shutting down sound detect module"
                        detect_stop
                        ok
                        driver_start
@@ -147,7 +147,7 @@ case "$1" in
   stop)
        # Stop daemons.
        if [ -d /proc/asound ]; then
-               show "Shutting down sound driver:"
+               show "Shutting down sound driver"
                busy
                if [ -f /proc/asound/detect ]; then
                        detect_stop
This page took 0.116304 seconds and 4 git commands to generate.