diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:35 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c7e60ac55728d49b0eb511bfd02bcfc3a576cdde (patch) | |
tree | e639d108499e83a8ef46cd33c324b2738ba2d8a3 /sys-fs/lxcfs/files | |
parent | sys-fs/lvm2: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c7e60ac55728d49b0eb511bfd02bcfc3a576cdde.tar.gz gentoo-c7e60ac55728d49b0eb511bfd02bcfc3a576cdde.tar.bz2 gentoo-c7e60ac55728d49b0eb511bfd02bcfc3a576cdde.zip |
sys-fs/lxcfs: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/lxcfs/files')
-rwxr-xr-x | sys-fs/lxcfs/files/lxcfs-0.17.initd | 2 | ||||
-rw-r--r-- | sys-fs/lxcfs/files/lxcfs-2.0.0.initd | 2 | ||||
-rw-r--r-- | sys-fs/lxcfs/files/lxcfs-2.0.0_beta2.initd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/lxcfs/files/lxcfs-0.17.initd b/sys-fs/lxcfs/files/lxcfs-0.17.initd index a85021401a7d..20e046c9b728 100755 --- a/sys-fs/lxcfs/files/lxcfs-0.17.initd +++ b/sys-fs/lxcfs/files/lxcfs-0.17.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/sys-fs/lxcfs/files/lxcfs-2.0.0.initd b/sys-fs/lxcfs/files/lxcfs-2.0.0.initd index a85021401a7d..20e046c9b728 100644 --- a/sys-fs/lxcfs/files/lxcfs-2.0.0.initd +++ b/sys-fs/lxcfs/files/lxcfs-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/sys-fs/lxcfs/files/lxcfs-2.0.0_beta2.initd b/sys-fs/lxcfs/files/lxcfs-2.0.0_beta2.initd index a85021401a7d..20e046c9b728 100644 --- a/sys-fs/lxcfs/files/lxcfs-2.0.0_beta2.initd +++ b/sys-fs/lxcfs/files/lxcfs-2.0.0_beta2.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$ |