---
 pm/sleep.d/65alsa |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/pm/sleep.d/65alsa b/pm/sleep.d/65alsa
index 35da00d..d28bfc3 100755
--- a/pm/sleep.d/65alsa
+++ b/pm/sleep.d/65alsa
@@ -2,7 +2,7 @@
 
 . "${PM_FUNCTIONS}"
 
-command_exists alsactl || exit 1
+command_exists alsactl || exit
 
 case "$1" in
        hibernate|suspend)
@@ -14,5 +14,3 @@ case "$1" in
        *)
                ;;
 esac
-
-exit $?
-- 
1.5.3.8

_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to