diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:35 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1ec32a4726fdb46b284b6294e1d018a757fadbbb (patch) | |
tree | 4ced119d55ed13f502708e44c41bc36871261c08 /net-analyzer/2ping/files | |
parent | media-video/ushare: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1ec32a4726fdb46b284b6294e1d018a757fadbbb.tar.gz gentoo-1ec32a4726fdb46b284b6294e1d018a757fadbbb.tar.bz2 gentoo-1ec32a4726fdb46b284b6294e1d018a757fadbbb.zip |
net-analyzer/2ping: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/2ping/files')
-rw-r--r-- | net-analyzer/2ping/files/2pingd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/2ping/files/2pingd b/net-analyzer/2ping/files/2pingd index dcb2eefad383..9a7c735bb503 100644 --- a/net-analyzer/2ping/files/2pingd +++ b/net-analyzer/2ping/files/2pingd @@ -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$ |