diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:31 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 56fd7a62ee0841087632a308d864c4dd1d25a611 (patch) | |
tree | 4227061b6eb718810e282dbe0aca1c4d85f1985b /games-fps | |
parent | games-fps/rtcw: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-56fd7a62ee0841087632a308d864c4dd1d25a611.tar.gz gentoo-56fd7a62ee0841087632a308d864c4dd1d25a611.tar.bz2 gentoo-56fd7a62ee0841087632a308d864c4dd1d25a611.zip |
games-fps/rtcwmp-demo: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rtcwmp-demo/files/rtcwmp-demo-ded.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/rtcwmp-demo/files/rtcwmp-demo-ded.rc b/games-fps/rtcwmp-demo/files/rtcwmp-demo-ded.rc index bae1e6744284..16e774bb6d86 100644 --- a/games-fps/rtcwmp-demo/files/rtcwmp-demo-ded.rc +++ b/games-fps/rtcwmp-demo/files/rtcwmp-demo-ded.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |