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 | 5d998293eae7d6e9ac15270385c5afb14917af42 (patch) | |
tree | 4e710c0451c27d86c7300c82933793b9ce8f2aac /sci-physics | |
parent | sci-mathematics/rstudio: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5d998293eae7d6e9ac15270385c5afb14917af42.tar.gz gentoo-5d998293eae7d6e9ac15270385c5afb14917af42.tar.bz2 gentoo-5d998293eae7d6e9ac15270385c5afb14917af42.zip |
sci-physics/root: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/files/proofd.initd | 2 | ||||
-rw-r--r-- | sci-physics/root/files/rootd.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/files/proofd.initd b/sci-physics/root/files/proofd.initd index aee1b029b95e..9559862cbc8d 100644 --- a/sci-physics/root/files/proofd.initd +++ b/sci-physics/root/files/proofd.initd @@ -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$ diff --git a/sci-physics/root/files/rootd.initd b/sci-physics/root/files/rootd.initd index 4961ad56380f..08f502201553 100644 --- a/sci-physics/root/files/rootd.initd +++ b/sci-physics/root/files/rootd.initd @@ -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$ |