From a59029073a19cc5d20497db47140904ca9d827f8 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:30:12 -0500 Subject: net-analyzer/sguil-sensor: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-analyzer/sguil-sensor/files/log_packets.initd | 2 +- net-analyzer/sguil-sensor/files/sensor_agent.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-analyzer') diff --git a/net-analyzer/sguil-sensor/files/log_packets.initd b/net-analyzer/sguil-sensor/files/log_packets.initd index a9d37ac5efd3..b488f97dac7e 100644 --- a/net-analyzer/sguil-sensor/files/log_packets.initd +++ b/net-analyzer/sguil-sensor/files/log_packets.initd @@ -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 # $Id$ diff --git a/net-analyzer/sguil-sensor/files/sensor_agent.initd b/net-analyzer/sguil-sensor/files/sensor_agent.initd index b96c7ad0ba4b..6f25a960cf17 100644 --- a/net-analyzer/sguil-sensor/files/sensor_agent.initd +++ b/net-analyzer/sguil-sensor/files/sensor_agent.initd @@ -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 # $Id$ -- cgit v1.2.3-65-gdbad