diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:15 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2679f874e8d78d35b2a9e71b4d83e7cda44f98e3 (patch) | |
tree | 9d9f9af9da161d47ba3eeb07dfd84abc0122bd0c /net-analyzer/smokeping | |
parent | net-analyzer/sinfo: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2679f874e8d78d35b2a9e71b4d83e7cda44f98e3.tar.gz gentoo-2679f874e8d78d35b2a9e71b4d83e7cda44f98e3.tar.bz2 gentoo-2679f874e8d78d35b2a9e71b4d83e7cda44f98e3.zip |
net-analyzer/smokeping: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/smokeping')
-rw-r--r-- | net-analyzer/smokeping/files/smokeping.init.3 | 2 | ||||
-rw-r--r-- | net-analyzer/smokeping/files/smokeping.init.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/smokeping/files/smokeping.init.3 b/net-analyzer/smokeping/files/smokeping.init.3 index 4a477ac4947f..2e5e35795b91 100644 --- a/net-analyzer/smokeping/files/smokeping.init.3 +++ b/net-analyzer/smokeping/files/smokeping.init.3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-analyzer/smokeping/files/smokeping.init.4 b/net-analyzer/smokeping/files/smokeping.init.4 index 255e9960eee1..2e38a60ed636 100644 --- a/net-analyzer/smokeping/files/smokeping.init.4 +++ b/net-analyzer/smokeping/files/smokeping.init.4 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |