diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:21 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 655d5ea36f8016aae48aadee835123bba097de74 (patch) | |
tree | 21af4e8f35cdcde1235051cb68b6381eaf3d0751 /net-analyzer | |
parent | net-analyzer/tleds: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-655d5ea36f8016aae48aadee835123bba097de74.tar.gz gentoo-655d5ea36f8016aae48aadee835123bba097de74.tar.bz2 gentoo-655d5ea36f8016aae48aadee835123bba097de74.zip |
net-analyzer/vnstat: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/vnstat/files/vnstatd.initd | 2 | ||||
-rw-r--r-- | net-analyzer/vnstat/files/vnstatd.initd-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/vnstat/files/vnstatd.initd b/net-analyzer/vnstat/files/vnstatd.initd index 2cfb781042c1..51636ac0bb18 100644 --- a/net-analyzer/vnstat/files/vnstatd.initd +++ b/net-analyzer/vnstat/files/vnstatd.initd @@ -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$ diff --git a/net-analyzer/vnstat/files/vnstatd.initd-r1 b/net-analyzer/vnstat/files/vnstatd.initd-r1 index 51e8183b26cd..3ee3c0ee62ec 100644 --- a/net-analyzer/vnstat/files/vnstatd.initd-r1 +++ b/net-analyzer/vnstat/files/vnstatd.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |