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 | |
parent | b3eda01a2d738dee4a9861a04f640b36cb62dac4 (diff) | |
download | gentoo-f8901d3206190140ee4c4db634481951cb51c282.tar.gz gentoo-f8901d3206190140ee4c4db634481951cb51c282.tar.xz |
sys-fs/fuse: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs')
-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 19b8400eb51..27d90cc867f 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 30b512e8dc6..6c99929c226 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 |