Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:3.0 commit in: targets/support/
Date: Thu, 21 Nov 2013 09:06:41
Message-Id: 1385024410.d0734f69ce73af819e79290a09d6d0292950d126.dol-sen@gentoo
1 commit: d0734f69ce73af819e79290a09d6d0292950d126
2 Author: W. Trevor King <wking <AT> tremily <DOT> us>
3 AuthorDate: Fri Mar 8 12:26:16 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Thu Nov 21 09:00:10 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=d0734f69
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 0a3fa3f..e9cdec1 100755
19 --- a/targets/support/livecdfs-update.sh
20 +++ b/targets/support/livecdfs-update.sh
21 @@ -396,3 +396,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