Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Thu, 26 Feb 2015 20:13:22
Message-Id: 1424978121.5f837c9d408760a729322b61eba78c3951ffef61.dolsen@gentoo
1 commit: 5f837c9d408760a729322b61eba78c3951ffef61
2 Author: W. Trevor King <wking <AT> tremily <DOT> us>
3 AuthorDate: Fri Mar 8 12:26:16 2013 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 19:15:21 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5f837c9d
7
8 livecdfs-update.sh: Run env-update to pick up any /etc/env.d/ changes
9
10 Otherwise the XSESSION change from e523136 (livecdfs-update.sh: Set
11 XSESSION in /etc/env.d/90xsession, 2013-03-02) is not noticed.
12
13 ---
14 targets/support/livecdfs-update.sh | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
18 index d16248e..a222ace 100755
19 --- a/targets/support/livecdfs-update.sh
20 +++ b/targets/support/livecdfs-update.sh
21 @@ -382,3 +382,5 @@ if [ -e /lib/rcscripts/addons/udev-start.sh ]
22 then
23 sed -i "s:\t\[\[ -x /sbin/evms_activate:\t\[\[ -x \${CDBOOT} \]\] \&\& \[\[ -x /sbin/evms_activate:" /lib/rcscripts/addons/udev-start.sh
24 fi
25 +
26 +env-update