diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 14:44:17 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 15:46:56 +0100 |
commit | 1036ab5d8ccb885930afa423969a4deda9c6b3dc (patch) | |
tree | 43024f5646dd6198934629b0894e2a9751de6a11 /dev-ros/roslaunch/files | |
parent | dev-ros/roslaunch: upstream py3 fixes (diff) | |
download | gentoo-1036ab5d8ccb885930afa423969a4deda9c6b3dc.tar.gz gentoo-1036ab5d8ccb885930afa423969a4deda9c6b3dc.tar.bz2 gentoo-1036ab5d8ccb885930afa423969a4deda9c6b3dc.zip |
dev-ros/roslaunch: -x on scripts
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslaunch/files')
-rw-r--r--[-rwxr-xr-x] | dev-ros/roslaunch/files/roscore.initd | 2 | ||||
-rw-r--r--[-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 3df4be4006b9..d05c3fe98a76 100755..100644 --- a/dev-ros/roslaunch/files/roscore.initd +++ b/dev-ros/roslaunch/files/roscore.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/dev-ros/roslaunch/files/roslaunch.initd b/dev-ros/roslaunch/files/roslaunch.initd index af38d2abbe68..fa0c0ace1c55 100755..100644 --- a/dev-ros/roslaunch/files/roslaunch.initd +++ b/dev-ros/roslaunch/files/roslaunch.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 depend() { |