From f8901d3206190140ee4c4db634481951cb51c282 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:32 -0500 Subject: [PATCH] sys-fs/fuse: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-fs/fuse/files/fuse-fbsd.init | 2 +- sys-fs/fuse/files/fuse.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2