Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:rewrite-on-master commit in: targets/support/
Date: Fri, 22 Nov 2013 07:13:33
Message-Id: 1385100110.38c9c900235c819b5f14dfcdef0d7de0e769be14.dol-sen@gentoo
1 commit: 38c9c900235c819b5f14dfcdef0d7de0e769be14
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: Fri Nov 22 06:01:50 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=38c9c900
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 141fe59..3f05927 100755
19 --- a/targets/support/livecdfs-update.sh
20 +++ b/targets/support/livecdfs-update.sh
21 @@ -383,3 +383,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