From: Austin English Date: Wed, 18 May 2016 06:34:32 +0000 (-0500) Subject: sys-fs/fuse: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f8901d3206190140ee4c4db634481951cb51c282;p=gentoo.git sys-fs/fuse: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-fs/fuse/files/fuse-fbsd.init b/sys-fs/fuse/files/fuse-fbsd.init index 19b8400eb51d..27d90cc867f3 100644 --- a/sys-fs/fuse/files/fuse-fbsd.init +++ b/sys-fs/fuse/files/fuse-fbsd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/sys-fs/fuse/files/fuse.init b/sys-fs/fuse/files/fuse.init index 30b512e8dc66..6c99929c2266 100644 --- a/sys-fs/fuse/files/fuse.init +++ b/sys-fs/fuse/files/fuse.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2