diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:20 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5378693840c948cbc543e574038ad790906b8192 (patch) | |
tree | 307117148e3a5e15d817d62515eebad317731b0d /dev-ruby/rubygems | |
parent | dev-ros/roslaunch: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5378693840c948cbc543e574038ad790906b8192.tar.gz gentoo-5378693840c948cbc543e574038ad790906b8192.tar.bz2 gentoo-5378693840c948cbc543e574038ad790906b8192.zip |
dev-ruby/rubygems: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-ruby/rubygems')
-rw-r--r-- | dev-ruby/rubygems/files/init.d-gem_server2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rubygems/files/init.d-gem_server2 b/dev-ruby/rubygems/files/init.d-gem_server2 index 49af38318fda..c7a6b6f1dc0b 100644 --- a/dev-ruby/rubygems/files/init.d-gem_server2 +++ b/dev-ruby/rubygems/files/init.d-gem_server2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |