diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:51:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:51:44 -0500 |
commit | b372beb51de84f4f5268c717c52e6aea6722bf37 (patch) | |
tree | da8759eb337c4c8489a99b2dc22f97797c2a4591 /net-misc/spread/files | |
parent | net-misc/siproxd: remove old versions (diff) | |
download | gentoo-b372beb51de84f4f5268c717c52e6aea6722bf37.tar.gz gentoo-b372beb51de84f4f5268c717c52e6aea6722bf37.tar.bz2 gentoo-b372beb51de84f4f5268c717c52e6aea6722bf37.zip |
net-misc/spread: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/spread/files')
-rw-r--r-- | net-misc/spread/files/spread.init.d | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/spread/files/spread.init.d b/net-misc/spread/files/spread.init.d index b62ec6e33a79..9d551840a344 100644 --- a/net-misc/spread/files/spread.init.d +++ b/net-misc/spread/files/spread.init.d @@ -1,8 +1,7 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# $Id$ depend() { need net |