diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:17 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3826285a8e5df3765272ee98ea2f7ceced771293 (patch) | |
tree | 0499b67ae0862b6d9ba1bc73cd9e828a3f52a80f /net-analyzer/snort | |
parent | net-analyzer/snmptt: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3826285a8e5df3765272ee98ea2f7ceced771293.tar.gz gentoo-3826285a8e5df3765272ee98ea2f7ceced771293.tar.bz2 gentoo-3826285a8e5df3765272ee98ea2f7ceced771293.zip |
net-analyzer/snort: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r-- | net-analyzer/snort/files/snort.rc12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/snort/files/snort.rc12 b/net-analyzer/snort/files/snort.rc12 index 803e1ad48b68..43eabfaaff19 100644 --- a/net-analyzer/snort/files/snort.rc12 +++ b/net-analyzer/snort/files/snort.rc12 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |