diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:36 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c8fafc520c3d5b3f86c0e044be38539faea4e9f3 (patch) | |
tree | 2d888900e02579a55c90ed0cbed4f34c92083c67 /games-simulation/openttd | |
parent | games-server/ut2004-ded: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c8fafc520c3d5b3f86c0e044be38539faea4e9f3.tar.gz gentoo-c8fafc520c3d5b3f86c0e044be38539faea4e9f3.tar.bz2 gentoo-c8fafc520c3d5b3f86c0e044be38539faea4e9f3.zip |
games-simulation/openttd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/files/openttd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-simulation/openttd/files/openttd.initd b/games-simulation/openttd/files/openttd.initd index 629f1857c259..a14cf6d2a9e0 100644 --- a/games-simulation/openttd/files/openttd.initd +++ b/games-simulation/openttd/files/openttd.initd @@ -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 or later # $Id$ |