diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a59029073a19cc5d20497db47140904ca9d827f8 (patch) | |
tree | 94507d2bd73cea1195853b6695f8b2e9a6a684e9 /net-analyzer/sguil-sensor/files | |
parent | net-analyzer/sec: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a59029073a19cc5d20497db47140904ca9d827f8.tar.gz gentoo-a59029073a19cc5d20497db47140904ca9d827f8.tar.bz2 gentoo-a59029073a19cc5d20497db47140904ca9d827f8.zip |
net-analyzer/sguil-sensor: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/sguil-sensor/files')
-rw-r--r-- | net-analyzer/sguil-sensor/files/log_packets.initd | 2 | ||||
-rw-r--r-- | net-analyzer/sguil-sensor/files/sensor_agent.initd | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |