diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:10 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 97fd0217d34002aba96853701c9e45c9b124d421 (patch) | |
tree | d69863c5b08a830511aaf0e973073794cfdc9a6e /app-emulation | |
parent | app-emulation/lxc: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-97fd0217d34002aba96853701c9e45c9b124d421.tar.gz gentoo-97fd0217d34002aba96853701c9e45c9b124d421.tar.bz2 gentoo-97fd0217d34002aba96853701c9e45c9b124d421.zip |
app-emulation/lxd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxd/files/lxd-2.0.0.initd | 2 | ||||
-rw-r--r-- | app-emulation/lxd/files/lxd-2.0.0_beta4.initd | 2 | ||||
-rw-r--r-- | app-emulation/lxd/files/lxd-2.0.0_rc2.initd | 2 |
3 files changed, 3 insertions, 3 deletions
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$ |