Author: fernando
Date: Sat Mar 29 09:01:51 2014
New Revision: 12911

Log:
Fix bluez bootscript for new path without libexec switch.

Modified:
   trunk/bootscripts/blfs/init.d/bluetooth

Modified: trunk/bootscripts/blfs/init.d/bluetooth
==============================================================================
--- trunk/bootscripts/blfs/init.d/bluetooth     Sat Mar 29 08:55:43 2014        
(r12910)
+++ trunk/bootscripts/blfs/init.d/bluetooth     Sat Mar 29 09:01:51 2014        
(r12911)
@@ -27,13 +27,13 @@
 case "${1}" in
    start)
       log_info_msg "Starting Bluetooth daemon bluetoothd"
-      start_daemon /usr/lib/bluetooth/bluetoothd
+      start_daemon /usr/libexec/bluetooth/bluetoothd
       evaluate_retval
       ;;
 
    stop)
       log_info_msg "Stopping Bluetooth daemon bluetoothd"
-      killproc /usr/lib/bluetooth/bluetoothd
+      killproc /usr/libexec/bluetooth/bluetoothd
       evaluate_retval
       ;;
 
@@ -44,7 +44,7 @@
       ;;
 
    status)
-      statusproc /usr/lib/bluetooth/bluetoothd
+      statusproc /usr/libexec/bluetooth/bluetoothd
       ;;
 
    *)
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to