diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:28 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 50551ce9de093f9aa1fff69449f7d1fe7d989f1b (patch) | |
tree | f253e29303b4caf3f739d49cb825a781cd1fe9cc /games-action | |
parent | dev-vcs/subversion: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-50551ce9de093f9aa1fff69449f7d1fe7d989f1b.tar.gz gentoo-50551ce9de093f9aa1fff69449f7d1fe7d989f1b.tar.bz2 gentoo-50551ce9de093f9aa1fff69449f7d1fe7d989f1b.zip |
games-action/minetest: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest/files/minetestserver.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/minetest/files/minetestserver.initd b/games-action/minetest/files/minetestserver.initd index 88bfba9edd30..c8ac20d46fff 100644 --- a/games-action/minetest/files/minetestserver.initd +++ b/games-action/minetest/files/minetestserver.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$ |