X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <470F545A.10200@etr-usa.com>
Date: Fri, 12 Oct 2007 05:02:50 -0600
From: Warren Young <warren@etr-usa.com>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: Running two different profiles based on user loggin
References: <2478543e0710120356u3afffbcas42d41d1f7706fa79@mail.gmail.com>
In-Reply-To: <2478543e0710120356u3afffbcas42d41d1f7706fa79@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Spencer Bailey wrote:
> 
> I've created two different profiles in /etc. profile.1 and profile.2
> which both contain different aliases etc. Based on the user logging in
> I want to be able to run the correct profile.
> 
> Is it possible to put in a check in the /etc/profile that is a certain
> user logs in to run the profile. Like...
> 
> ---check for user "fred". If equal to fred
> . /etc/profile.1
> 
> otherwise
> 
> . /etc/profile.2

Unless you have many users and a nearly even split of users needing one 
profile over another, this is better handled in one of the per-user 
profiles:

	~/.profile
	~/.bash_profile
	~/.bashrc

The differences among these are subtle, but it's a topic for a generic 
Unix forum.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

