diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | af4d7370ebe1cc03dc7a533f4a5acf23d3787c77 (patch) | |
tree | 1888275cd7723ce4239e60d3e714f01815761848 /games-util/xboxdrv | |
parent | games-strategy/wesnoth: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-af4d7370ebe1cc03dc7a533f4a5acf23d3787c77.tar.gz gentoo-af4d7370ebe1cc03dc7a533f4a5acf23d3787c77.tar.bz2 gentoo-af4d7370ebe1cc03dc7a533f4a5acf23d3787c77.zip |
games-util/xboxdrv: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'games-util/xboxdrv')
-rw-r--r-- | games-util/xboxdrv/files/xboxdrv.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/xboxdrv/files/xboxdrv.initd b/games-util/xboxdrv/files/xboxdrv.initd index d0cb58bd9025..94761adeb5d0 100644 --- a/games-util/xboxdrv/files/xboxdrv.initd +++ b/games-util/xboxdrv/files/xboxdrv.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |