diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:29 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 16bcc34b6635ac738a5fbabb59eea192309dd71b (patch) | |
tree | f3e825f860515a4ddadd7e12f7f9e1352b786333 /games-action | |
parent | games-action/minetest: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-16bcc34b6635ac738a5fbabb59eea192309dd71b.tar.gz gentoo-16bcc34b6635ac738a5fbabb59eea192309dd71b.tar.bz2 gentoo-16bcc34b6635ac738a5fbabb59eea192309dd71b.zip |
games-action/teeworlds: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/teeworlds/files/teeworlds-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/teeworlds/files/teeworlds-init.d b/games-action/teeworlds/files/teeworlds-init.d index 7b9fd33bffee..fa1a95831ff5 100644 --- a/games-action/teeworlds/files/teeworlds-init.d +++ b/games-action/teeworlds/files/teeworlds-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |