diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0c314e016304ca80421d16f674de2f6fa035a493 (patch) | |
tree | 5c804ee0e211e9fcb2ebb1dd6ca3129f93f71557 /app-benchmarks | |
parent | app-backup/tsm: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0c314e016304ca80421d16f674de2f6fa035a493.tar.gz gentoo-0c314e016304ca80421d16f674de2f6fa035a493.tar.bz2 gentoo-0c314e016304ca80421d16f674de2f6fa035a493.zip |
app-benchmarks/bootchart2: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/bootchart2/files/bootchart2.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/bootchart2/files/bootchart2.init b/app-benchmarks/bootchart2/files/bootchart2.init index 32cc4b8620f1..0cb38e17daae 100644 --- a/app-benchmarks/bootchart2/files/bootchart2.init +++ b/app-benchmarks/bootchart2/files/bootchart2.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |