diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:51 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2f0f3369da0ae0cccd6df80bac6b4b6a92c5e82d (patch) | |
tree | e1e34c52739b08f1a7d36e0c6828ab5a9b72d3dd /app-admin/sysstat | |
parent | app-admin/sysrqd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2f0f3369da0ae0cccd6df80bac6b4b6a92c5e82d.tar.gz gentoo-2f0f3369da0ae0cccd6df80bac6b4b6a92c5e82d.tar.bz2 gentoo-2f0f3369da0ae0cccd6df80bac6b4b6a92c5e82d.zip |
app-admin/sysstat: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/sysstat')
-rw-r--r-- | app-admin/sysstat/files/sysstat.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/sysstat/files/sysstat.init.d b/app-admin/sysstat/files/sysstat.init.d index fe737b695fe3..df3ad3b95a04 100644 --- a/app-admin/sysstat/files/sysstat.init.d +++ b/app-admin/sysstat/files/sysstat.init.d @@ -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$ |