diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:47 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9093f238a85d8e1b692d9e3dcd2e056abb2df2f4 (patch) | |
tree | 552c01e9289f394785bbd4ceb82c88b4b595be18 | |
parent | sys-libs/libspe2: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-9093f238a85d8e1b692d9e3dcd2e056abb2df2f4.tar.gz gentoo-9093f238a85d8e1b692d9e3dcd2e056abb2df2f4.tar.bz2 gentoo-9093f238a85d8e1b692d9e3dcd2e056abb2df2f4.zip |
sys-libs/openhpi: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | sys-libs/openhpi/files/openhpi-initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/openhpi/files/openhpi-initd b/sys-libs/openhpi/files/openhpi-initd index d164759e6632..dc6ad2517f9b 100644 --- a/sys-libs/openhpi/files/openhpi-initd +++ b/sys-libs/openhpi/files/openhpi-initd @@ -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 |