From 774d9ff81e472d370db83ed0f8ccfa7c64cbf213 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:28:19 -0500 Subject: [PATCH] dev-ros/roslaunch: use #!/sbin/openrc-run instead of #!/sbin/runscript --- dev-ros/roslaunch/files/roscore.initd | 2 +- 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 e11fc179a7e18..b44a96dcdc7f9 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 5526bb16ddc18..b48c20cbeb127 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$