diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:22 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c66aaee7926397b0fe9fe07119bfbe12ebce35a1 (patch) | |
tree | b800d95a0ff494caa88df32ea240919ae56be1dd /sci-mathematics/rstudio | |
parent | sci-mathematics/gimps: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c66aaee7926397b0fe9fe07119bfbe12ebce35a1.tar.gz gentoo-c66aaee7926397b0fe9fe07119bfbe12ebce35a1.tar.bz2 gentoo-c66aaee7926397b0fe9fe07119bfbe12ebce35a1.zip |
sci-mathematics/rstudio: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sci-mathematics/rstudio')
-rw-r--r-- | sci-mathematics/rstudio/files/rstudio-server.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/rstudio/files/rstudio-server.initd b/sci-mathematics/rstudio/files/rstudio-server.initd index e6ca6b942bb9..caa7e46d5df8 100644 --- a/sci-mathematics/rstudio/files/rstudio-server.initd +++ b/sci-mathematics/rstudio/files/rstudio-server.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |