diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:52 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 02ef804196ac40946c9c3960149342588cc11de1 (patch) | |
tree | 24ca7aa713933d374b0fbc30438a5ff2e4c7b296 /net-misc/ip-sentinel | |
parent | net-misc/iperf: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-02ef804196ac40946c9c3960149342588cc11de1.tar.gz gentoo-02ef804196ac40946c9c3960149342588cc11de1.tar.bz2 gentoo-02ef804196ac40946c9c3960149342588cc11de1.zip |
net-misc/ip-sentinel: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/ip-sentinel')
-rw-r--r-- | net-misc/ip-sentinel/files/ip-sentinel.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ip-sentinel/files/ip-sentinel.init b/net-misc/ip-sentinel/files/ip-sentinel.init index 1f293ad64a98..a2347cd66526 100644 --- a/net-misc/ip-sentinel/files/ip-sentinel.init +++ b/net-misc/ip-sentinel/files/ip-sentinel.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |