diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:32 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f8901d3206190140ee4c4db634481951cb51c282 (patch) | |
tree | 26ce0fad5e390ec8f11917b9aa797a1f8de33363 /sys-fs/fuse/files | |
parent | sys-fs/eudev: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f8901d3206190140ee4c4db634481951cb51c282.tar.gz gentoo-f8901d3206190140ee4c4db634481951cb51c282.tar.bz2 gentoo-f8901d3206190140ee4c4db634481951cb51c282.zip |
sys-fs/fuse: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/fuse/files')
-rw-r--r-- | sys-fs/fuse/files/fuse-fbsd.init | 2 | ||||
-rw-r--r-- | 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 |