From a5a51aaf5fd8de7903e3f14d65452c30eb2f837f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 15 Apr 2003 19:37:48 +0000 Subject: Update of the init scripts --- scripts/bluetooth.rc.deb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bluetooth.rc.deb') diff --git a/scripts/bluetooth.rc.deb b/scripts/bluetooth.rc.deb index 2480d385..01ae1b56 100755 --- a/scripts/bluetooth.rc.deb +++ b/scripts/bluetooth.rc.deb @@ -51,7 +51,7 @@ case "$1" in echo -n "Stopping $DESC:" if [ -x $RFCOMM ] ; then echo -n " rfcomm" - $RFCOMM unbind all + $RFCOMM release all fi echo -n " sdpd" killall $SDPD > /dev/null 2>&1 || true -- cgit