diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 85644990e4a13c983db64bd847f3321e4a05d2a5 (patch) | |
tree | 010ec9672e0b8838842568d3737c6e3bd6fc1aaa /net-analyzer | |
parent | net-analyzer/portsentry: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-85644990e4a13c983db64bd847f3321e4a05d2a5.tar.gz gentoo-85644990e4a13c983db64bd847f3321e4a05d2a5.tar.bz2 gentoo-85644990e4a13c983db64bd847f3321e4a05d2a5.zip |
net-analyzer/rrdtool: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/rrdtool/files/rrdcached.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/rrdtool/files/rrdcached.init b/net-analyzer/rrdtool/files/rrdcached.init index d5e9469406e6..364695ee5a9b 100644 --- a/net-analyzer/rrdtool/files/rrdcached.init +++ b/net-analyzer/rrdtool/files/rrdcached.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$ |