diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:19 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 774d9ff81e472d370db83ed0f8ccfa7c64cbf213 (patch) | |
tree | 46072f664913325aa2d134731f937b55022114a6 /dev-ros/roslaunch | |
parent | dev-python/twisted-core: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-774d9ff81e472d370db83ed0f8ccfa7c64cbf213.tar.gz gentoo-774d9ff81e472d370db83ed0f8ccfa7c64cbf213.tar.bz2 gentoo-774d9ff81e472d370db83ed0f8ccfa7c64cbf213.zip |
dev-ros/roslaunch: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-ros/roslaunch')
-rwxr-xr-x | dev-ros/roslaunch/files/roscore.initd | 2 | ||||
-rwxr-xr-x | dev-ros/roslaunch/files/roslaunch.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/roslaunch/files/roscore.initd b/dev-ros/roslaunch/files/roscore.initd index e11fc179a7e1..b44a96dcdc7f 100755 --- a/dev-ros/roslaunch/files/roscore.initd +++ b/dev-ros/roslaunch/files/roscore.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 # $Id$ diff --git a/dev-ros/roslaunch/files/roslaunch.initd b/dev-ros/roslaunch/files/roslaunch.initd index 5526bb16ddc1..b48c20cbeb12 100755 --- a/dev-ros/roslaunch/files/roslaunch.initd +++ b/dev-ros/roslaunch/files/roslaunch.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 # $Id$ |