diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f7df84a6f454f32eaaf7ebe9be446b9e3bb0fc95 (patch) | |
tree | 7db43d59fb5d2e2062651e372023d5cdb701697e /app-emulation | |
parent | app-emulation/libvirt-snmp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f7df84a6f454f32eaaf7ebe9be446b9e3bb0fc95.tar.gz gentoo-f7df84a6f454f32eaaf7ebe9be446b9e3bb0fc95.tar.bz2 gentoo-f7df84a6f454f32eaaf7ebe9be446b9e3bb0fc95.zip |
app-emulation/lxc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/files/lxc.initd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxc/files/lxc.initd.3 b/app-emulation/lxc/files/lxc.initd.3 index 970fba7db2e6..7f124381f12b 100644 --- a/app-emulation/lxc/files/lxc.initd.3 +++ b/app-emulation/lxc/files/lxc.initd.3 @@ -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$ |