diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 58cb98901ffd3a56d908cc0f40dee8cbfec554c5 (patch) | |
tree | 469fe28fa32324e3b67b887060a30e04c0ecd02c /net-analyzer/nepenthes | |
parent | net-analyzer/ndsad: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-58cb98901ffd3a56d908cc0f40dee8cbfec554c5.tar.gz gentoo-58cb98901ffd3a56d908cc0f40dee8cbfec554c5.tar.bz2 gentoo-58cb98901ffd3a56d908cc0f40dee8cbfec554c5.zip |
net-analyzer/nepenthes: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/nepenthes')
-rw-r--r-- | net-analyzer/nepenthes/files/nepenthes.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nepenthes/files/nepenthes.initd b/net-analyzer/nepenthes/files/nepenthes.initd index 1ff1bff1ab3e..80918fe6eb32 100644 --- a/net-analyzer/nepenthes/files/nepenthes.initd +++ b/net-analyzer/nepenthes/files/nepenthes.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |