diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:08 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 28f9bfba74d1fbbbb0d43280f027d4714755a275 (patch) | |
tree | d5bcc874b1ea83e1747cfac0d3c9d9ddbe3bc241 /net-analyzer/portmon | |
parent | net-analyzer/pnp4nagios: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-28f9bfba74d1fbbbb0d43280f027d4714755a275.tar.gz gentoo-28f9bfba74d1fbbbb0d43280f027d4714755a275.tar.bz2 gentoo-28f9bfba74d1fbbbb0d43280f027d4714755a275.zip |
net-analyzer/portmon: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/portmon')
-rw-r--r-- | net-analyzer/portmon/files/portmon.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/portmon/files/portmon.init b/net-analyzer/portmon/files/portmon.init index 75879f8911a1..8a2863000f85 100644 --- a/net-analyzer/portmon/files/portmon.init +++ b/net-analyzer/portmon/files/portmon.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |