From: Austin English Date: Wed, 18 May 2016 06:27:10 +0000 (-0500) Subject: app-emulation/lxd: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=97fd0217d34002aba96853701c9e45c9b124d421;p=gentoo.git app-emulation/lxd: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/app-emulation/lxd/files/lxd-2.0.0.initd b/app-emulation/lxd/files/lxd-2.0.0.initd index ec23258c19d1..0ff13c8b965a 100644 --- a/app-emulation/lxd/files/lxd-2.0.0.initd +++ b/app-emulation/lxd/files/lxd-2.0.0.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta4.initd b/app-emulation/lxd/files/lxd-2.0.0_beta4.initd index ec23258c19d1..0ff13c8b965a 100644 --- a/app-emulation/lxd/files/lxd-2.0.0_beta4.initd +++ b/app-emulation/lxd/files/lxd-2.0.0_beta4.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-emulation/lxd/files/lxd-2.0.0_rc2.initd b/app-emulation/lxd/files/lxd-2.0.0_rc2.initd index ec23258c19d1..0ff13c8b965a 100644 --- a/app-emulation/lxd/files/lxd-2.0.0_rc2.initd +++ b/app-emulation/lxd/files/lxd-2.0.0_rc2.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$