[Pm-utils] [PATCH 11/17] Modify 90clock to exit $NA when applicable.

Victor Lowther victor.lowther at gmail.com
Sat Feb 16 12:30:15 PST 2008


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

diff --git a/pm/sleep.d/90clock b/pm/sleep.d/90clock
index 4e6478e..344bb4e 100755
--- a/pm/sleep.d/90clock
+++ b/pm/sleep.d/90clock
@@ -29,8 +29,6 @@ case "$1" in
 	thaw|resume)
 		resume_clock
 		;;
-	*)
+	*) exit $NA
 		;;
 esac
-
-exit $?
-- 
1.5.3.8



More information about the Pm-utils mailing list