diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:55 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | df6ffddb2c1c5face8f6c4eab81988ec57f71dde (patch) | |
tree | 6dbebda2a0d9ce42e6a6d842c809d49f31092d7d /net-analyzer/ndsad | |
parent | net-analyzer/ndoutils: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-df6ffddb2c1c5face8f6c4eab81988ec57f71dde.tar.gz gentoo-df6ffddb2c1c5face8f6c4eab81988ec57f71dde.tar.bz2 gentoo-df6ffddb2c1c5face8f6c4eab81988ec57f71dde.zip |
net-analyzer/ndsad: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/ndsad')
-rw-r--r-- | net-analyzer/ndsad/files/ndsad.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ndsad/files/ndsad.init b/net-analyzer/ndsad/files/ndsad.init index 8221abdda9a7..a5284b968b3e 100644 --- a/net-analyzer/ndsad/files/ndsad.init +++ b/net-analyzer/ndsad/files/ndsad.init @@ -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$ |