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 6A8391381F3 for ; Wed, 24 Jul 2013 15:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C49E0A9C; Wed, 24 Jul 2013 15:29:44 +0000 (UTC) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E777CE0A8A for ; Wed, 24 Jul 2013 15:29:42 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb10so267761pad.23 for ; Wed, 24 Jul 2013 08:29:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=0LuGT5ZSCpm/9Di2MG8uuAH2qE2TanYNGf4UN8EJL38=; b=CIKJuaFBLNLVnvA3yeoSWrrmx5zX84FR6/ZZ3H3Dbqatw5dlCMpeiyXvKJzOy8Bx/1 W5IkI8JcFo2wQwTvQ2aL3mf2Ai0M4ODuTxiBZxZ5B4kt73cUo4abbFLLeoOkBlv/mQc0 rajqXH0QGk+lUFz3W+FW/LFQDndzSoFol9+JndeMDXqKP0nXMBjdSbNvaHrI2ooF2fGc XGs+iXKIZ+Sbf22FfyHE1je9iXN48qSnNmkGizkpybeox97JDjUqPK6b58uR4eaXcVBa YF+yg5SFsCtX6n00HZWNshZGxhJH09aM2MIKSlJ1bqaxRULztbu4TgPog6XPEdpFGu8Z 4lBg== X-Received: by 10.66.221.2 with SMTP id qa2mr43810425pac.188.1374679781810; Wed, 24 Jul 2013 08:29:41 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.70.2.227 with HTTP; Wed, 24 Jul 2013 08:29:21 -0700 (PDT) In-Reply-To: <1374678986.32762.1@numa-i.igpm.rwth-aachen.de> References: <1374675921.32762.0@numa-i.igpm.rwth-aachen.de> <1374678986.32762.1@numa-i.igpm.rwth-aachen.de> From: Paul Hartman Date: Wed, 24 Jul 2013 10:29:21 -0500 X-Google-Sender-Auth: m1cYityz3RXW5O9ou8IBjy8qIAs Message-ID: Subject: Re: [gentoo-user] /etc/profile is gone - how to chroot To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: f5dff7a2-dad6-4f50-afb4-d29e9f32e5d5 X-Archives-Hash: cab03724edd19794b1ae65e057d91ed5 On Wed, Jul 24, 2013 at 10:16 AM, Helmut Jarausch wrote: > On 07/24/13 16:34:46, Paul Hartman wrote: >> >> On Wed, Jul 24, 2013 at 9:25 AM, Helmut Jarausch >> wrote: >> > Hi, >> > >> > previously and still documented nearly everywhere >> > >> > one has to do >> > >> > env-update >> > source /etc/profile >> > >> > after chroot >> > >> > but in recent systems, the file /etc/profile is gone. >> > >> > How to adapt the environment in a new system? >> >> Hi, >> >> Do you have baselayout installed? /etc/profile should be included in >> baselayout. >> > > Thanks, I had to reinstall baselayout (2.2). I wonder which package > (systemd?) has removed /etc/profile > since I didn't do it myself. > Helmut. looks like both openrc and systemd should depend on baselayout, so that is very strange... Maybe you should file a bug about it.