]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.init
- verbose status messages, return code 3 if not running, minor fixes
[packages/bluez.git] / bluez.init
index 38e114ad710d05cd1c2f4c6b55f68c9f7ce31f0c..983b3dd77676c8909d805c48b6e244f9ff369407 100644 (file)
@@ -65,9 +65,11 @@ case "$1" in
        ;;
   status)
        if [ -f /var/lock/subsys/bluetooth ]; then
+               nls "bluetooth is running"
                exit 0
        else
-               exit 1
+               msg_not_running bluetooth
+               exit 3
        fi
        ;;
   *)
This page took 0.053165 seconds and 4 git commands to generate.