Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 25 Apr 2016 19:23:53
Message-Id: 1461612176.591377f7f33f10146ec7633a39ad1ea8236b3e00.wizardedit@gentoo
1 commit: 591377f7f33f10146ec7633a39ad1ea8236b3e00
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 19:22:56 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 19:22:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591377f7
7
8 eclass/games-mods.eclass: use #!/sbin/openrc-run instead of #!/sbin/runscript
9
10 eclass/games-mods.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass
14 index 2e9c7cc..21297c1 100644
15 --- a/eclass/games-mods.eclass
16 +++ b/eclass/games-mods.eclass
17 @@ -197,7 +197,7 @@ games-mods_dosyms() {
18
19 games-mods_make_initd() {
20 cat <<EOF > "${T}"/${MOD_DED_BIN}
21 -#!/sbin/runscript
22 +#!/sbin/openrc-run
23 $(head -n 2 ${PORTDIR}/header.txt)
24 # Generated by games-mods.eclass