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 BA7A8138ADA for ; Thu, 26 Feb 2015 20:13:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00157E095D; Thu, 26 Feb 2015 20:13:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CEF9E095D for ; Thu, 26 Feb 2015 20:13:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C63BE340C63 for ; Thu, 26 Feb 2015 20:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C779129E8 for ; Thu, 26 Feb 2015 20:12:44 +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: <1424978121.5f837c9d408760a729322b61eba78c3951ffef61.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst: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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 5f837c9d408760a729322b61eba78c3951ffef61 X-VCS-Branch: master Date: Thu, 26 Feb 2015 20:12:44 +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: 5cdc0703-ce33-48c3-88aa-2990aa7d6d3c X-Archives-Hash: 42bd8c9ebd5384e7d1bf42983d1156cc Message-ID: <20150226201244.ulSXdTjmq-AZmbxvrbzcoqp7ihehNW4ocV0BvGhxbpA@z> commit: 5f837c9d408760a729322b61eba78c3951ffef61 Author: W. Trevor King tremily us> AuthorDate: Fri Mar 8 12:26:16 2013 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 26 19:15:21 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5f837c9d 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 d16248e..a222ace 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -382,3 +382,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