From: Austin English Date: Wed, 18 May 2016 06:33:14 +0000 (-0500) Subject: net-wireless/bluez: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7e5285a143f5b05927c7f7e079ae8e13164950f0;p=gentoo.git net-wireless/bluez: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-wireless/bluez/files/bluetooth-init.d-r2 b/net-wireless/bluez/files/bluetooth-init.d-r2 index 7975cb558d06..d16181e98825 100644 --- a/net-wireless/bluez/files/bluetooth-init.d-r2 +++ b/net-wireless/bluez/files/bluetooth-init.d-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-wireless/bluez/files/bluetooth-init.d-r3 b/net-wireless/bluez/files/bluetooth-init.d-r3 index 3b9569ee737d..f756a0fdaa13 100644 --- a/net-wireless/bluez/files/bluetooth-init.d-r3 +++ b/net-wireless/bluez/files/bluetooth-init.d-r3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-wireless/bluez/files/rfcomm-init.d b/net-wireless/bluez/files/rfcomm-init.d index f2f737824cf8..84095be84234 100644 --- a/net-wireless/bluez/files/rfcomm-init.d +++ b/net-wireless/bluez/files/rfcomm-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-wireless/bluez/files/rfcomm-init.d-r2 b/net-wireless/bluez/files/rfcomm-init.d-r2 index 4a91916919cc..769bde2fd6ff 100644 --- a/net-wireless/bluez/files/rfcomm-init.d-r2 +++ b/net-wireless/bluez/files/rfcomm-init.d-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$