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.rh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts/bluetooth.rc.rh') diff --git a/scripts/bluetooth.rc.rh b/scripts/bluetooth.rc.rh index 95ae4222..c8560946 100755 --- a/scripts/bluetooth.rc.rh +++ b/scripts/bluetooth.rc.rh @@ -38,6 +38,10 @@ start() daemon /usr/sbin/sdpd fi + if [ -x /bin/rfcomm -a -f /etc/bluetooth/rfcomm.conf ]; then + /bin/rfcomm -f /etc/bluetooth/rfcomm.conf bind all + fi + start_uarts touch /var/lock/subsys/bluetooth echo @@ -52,6 +56,10 @@ stop() killproc sdpd fi + if [ -x /bin/rfcomm ]; then + /bin/rfcomm release all + fi + stop_uarts rm -f /var/lock/subsys/bluetooth echo -- cgit