diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:46 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ae73c3e356cee7cec70705e6741d0fdefe062eb5 (patch) | |
tree | dee3e540f5c56fd0bb01846532444cfb4d22bb1b /sys-libs/libspe2 | |
parent | sys-libs/gpm: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ae73c3e356cee7cec70705e6741d0fdefe062eb5.tar.gz gentoo-ae73c3e356cee7cec70705e6741d0fdefe062eb5.tar.bz2 gentoo-ae73c3e356cee7cec70705e6741d0fdefe062eb5.zip |
sys-libs/libspe2: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-libs/libspe2')
-rw-r--r-- | sys-libs/libspe2/files/spe.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libspe2/files/spe.rc6 b/sys-libs/libspe2/files/spe.rc6 index 33fc72fdbe9f..e70b150028d7 100644 --- a/sys-libs/libspe2/files/spe.rc6 +++ b/sys-libs/libspe2/files/spe.rc6 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |