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 | 9d50be768e93bf7fe10a6ce0564800b31cd13578 (patch) | |
tree | 22e5db58cf3b6a0faecec436d63bcb35f65e42e4 /net-analyzer/sec | |
parent | net-analyzer/scanlogd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-9d50be768e93bf7fe10a6ce0564800b31cd13578.tar.gz gentoo-9d50be768e93bf7fe10a6ce0564800b31cd13578.tar.bz2 gentoo-9d50be768e93bf7fe10a6ce0564800b31cd13578.zip |
net-analyzer/sec: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/sec')
-rw-r--r-- | net-analyzer/sec/files/sec.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/sec/files/sec.init.d b/net-analyzer/sec/files/sec.init.d index bc117d035405..d46d8de64da9 100644 --- a/net-analyzer/sec/files/sec.init.d +++ b/net-analyzer/sec/files/sec.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |