Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/files/
Date: Thu, 28 Feb 2019 17:51:52
Message-Id: 1551376226.9ad67a504fa8619fff2d6c223b5fe7a288c4d5b3.mattst88@gentoo
1 commit: 9ad67a504fa8619fff2d6c223b5fe7a288c4d5b3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 17:50:26 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 17:50:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad67a50
7
8 x11-apps/xinit: s/SVCNAME/RC_SVCNAME/
9
10 Closes: https://bugs.gentoo.org/313287
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-apps/xinit/files/startDM.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh
17 index 66cceb3a68f..e2da6098d6a 100644
18 --- a/x11-apps/xinit/files/startDM.sh
19 +++ b/x11-apps/xinit/files/startDM.sh
20 @@ -17,7 +17,7 @@ fi
21 # We enable this by default
22 export GDK_USE_XFT=1
23
24 -export SVCNAME=xdm
25 +export RC_SVCNAME=xdm
26 EXEC="$(get_options service)"
27 NAME="$(get_options name)"
28 PIDFILE="$(get_options pidfile)"