From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A9051138247 for ; Fri, 22 Nov 2013 07:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5AAEE0ACA; Fri, 22 Nov 2013 07:13:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B736BE0AC2 for ; Fri, 22 Nov 2013 07:13:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBBC733F327 for ; Fri, 22 Nov 2013 07:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EF73FD0105 for ; Fri, 22 Nov 2013 07:13:26 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1385100110.38c9c900235c819b5f14dfcdef0d7de0e769be14.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:rewrite-on-master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/livecdfs-update.sh X-VCS-Directories: targets/support/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 38c9c900235c819b5f14dfcdef0d7de0e769be14 X-VCS-Branch: rewrite-on-master Date: Fri, 22 Nov 2013 07:13:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20432a75-6432-47ad-a1a8-c20d556ad2dd X-Archives-Hash: 3fb952421494f87045463c7640710060 commit: 38c9c900235c819b5f14dfcdef0d7de0e769be14 Author: W. Trevor King tremily us> AuthorDate: Fri Mar 8 12:26:16 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Nov 22 06:01:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=38c9c900 livecdfs-update.sh: Run env-update to pick up any /etc/env.d/ changes Otherwise the XSESSION change from e523136 (livecdfs-update.sh: Set XSESSION in /etc/env.d/90xsession, 2013-03-02) is not noticed. --- targets/support/livecdfs-update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 141fe59..3f05927 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -383,3 +383,5 @@ if [ -e /lib/rcscripts/addons/udev-start.sh ] then sed -i "s:\t\[\[ -x /sbin/evms_activate:\t\[\[ -x \${CDBOOT} \]\] \&\& \[\[ -x /sbin/evms_activate:" /lib/rcscripts/addons/udev-start.sh fi + +env-update