diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 41cc6715e077260f486400000038a32af383465f (patch) | |
tree | 88b9a32d07d573ea1b1e94c2202b6ee9b9bd8131 /www-misc/shellinabox | |
parent | www-misc/monitorix: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-41cc6715e077260f486400000038a32af383465f.tar.gz gentoo-41cc6715e077260f486400000038a32af383465f.tar.bz2 gentoo-41cc6715e077260f486400000038a32af383465f.zip |
www-misc/shellinabox: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-misc/shellinabox')
-rw-r--r-- | www-misc/shellinabox/files/shellinaboxd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/shellinabox/files/shellinaboxd.init b/www-misc/shellinabox/files/shellinaboxd.init index 7282fedcc031..6c0ee48350c2 100644 --- a/www-misc/shellinabox/files/shellinaboxd.init +++ b/www-misc/shellinabox/files/shellinaboxd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |