summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:28:19 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit774d9ff81e472d370db83ed0f8ccfa7c64cbf213 (patch)
tree46072f664913325aa2d134731f937b55022114a6
parentdev-python/twisted-core: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-774d9ff81e472d370db83ed0f8ccfa7c64cbf213.tar.gz
gentoo-774d9ff81e472d370db83ed0f8ccfa7c64cbf213.tar.bz2
gentoo-774d9ff81e472d370db83ed0f8ccfa7c64cbf213.zip
dev-ros/roslaunch: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rwxr-xr-xdev-ros/roslaunch/files/roscore.initd2
-rwxr-xr-xdev-ros/roslaunch/files/roslaunch.initd2
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$