diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:23 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 168aec72f872d7ad9be01512ac5cc97e25560690 (patch) | |
tree | 5078009dcc64057f59de7b883bb606e0f6e4426b /www-servers/resin | |
parent | www-servers/pound: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-168aec72f872d7ad9be01512ac5cc97e25560690.tar.gz gentoo-168aec72f872d7ad9be01512ac5cc97e25560690.tar.bz2 gentoo-168aec72f872d7ad9be01512ac5cc97e25560690.zip |
www-servers/resin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers/resin')
-rw-r--r-- | www-servers/resin/files/4.0.46/resin.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/resin/files/4.0.46/resin.init b/www-servers/resin/files/4.0.46/resin.init index 6103369d40e3..66e26463e84a 100644 --- a/www-servers/resin/files/4.0.46/resin.init +++ b/www-servers/resin/files/4.0.46/resin.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |