--- bluez-utils-2.14-orig/scripts/bluetooth.init 2006-06-21 20:40:58.000000000 +0200 +++ bluez-utils-2.14/scripts/bluetooth.init 2006-06-21 20:51:24.000000000 +0200 @ @@ -93,11 +93,15 @@ echo -n " $HCID_NAME" echo "." ;; + restart) + $0 stop + sleep 1 + $0 start + ;; *) N=/etc/init.d/$NAME - echo "Usage: $N {start|stop}" >&2 + echo "Usage: $N {start|stop|restart)" >&2 exit 1 ;; esac - exit 0