diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:19 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ada49e96ffa4d0f2a8fa37a13744b04de499d4f0 (patch) | |
tree | 2b541b3582236d65ca60c19e317d5aafe91f1b5f /net-analyzer | |
parent | net-analyzer/symon: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ada49e96ffa4d0f2a8fa37a13744b04de499d4f0.tar.gz gentoo-ada49e96ffa4d0f2a8fa37a13744b04de499d4f0.tar.bz2 gentoo-ada49e96ffa4d0f2a8fa37a13744b04de499d4f0.zip |
net-analyzer/thrulay: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/thrulay/files/thrulayd-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/thrulay/files/thrulayd-init.d b/net-analyzer/thrulay/files/thrulayd-init.d index b791047d4ccb..2999d53f8bdf 100644 --- a/net-analyzer/thrulay/files/thrulayd-init.d +++ b/net-analyzer/thrulay/files/thrulayd-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |