From 934e6b46b2d10afaaa5da072af9ffdafcd2e9b17 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:30:11 -0500 Subject: [PATCH] net-analyzer/scanlogd: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-analyzer/scanlogd/files/scanlogd.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/scanlogd/files/scanlogd.rc b/net-analyzer/scanlogd/files/scanlogd.rc index 8f3ff9f385340..8db810b8540e6 100644 --- a/net-analyzer/scanlogd/files/scanlogd.rc +++ b/net-analyzer/scanlogd/files/scanlogd.rc @@ -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$