From owner-freebsd-questions@FreeBSD.ORG Tue Dec 17 23:29:45 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECEBBDF2 for ; Tue, 17 Dec 2013 23:29:45 +0000 (UTC) Received: from blu0-omc4-s23.blu0.hotmail.com (blu0-omc4-s23.blu0.hotmail.com [65.55.111.162]) by mx1.freebsd.org (Postfix) with ESMTP id B6D1E17AB for ; Tue, 17 Dec 2013 23:29:45 +0000 (UTC) Received: from BLU0-SMTP311 ([65.55.111.136]) by blu0-omc4-s23.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 Dec 2013 15:28:40 -0800 X-TMN: [0X2LKEKf4+lJ6UKFV8yXWofVu5aFSq0y] X-Originating-Email: [drew@mykitchentable.net] Message-ID: Received: from [127.0.0.1] ([69.62.230.77]) by BLU0-SMTP311.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 Dec 2013 15:28:36 -0800 Date: Tue, 17 Dec 2013 15:28:31 -0800 From: Drew Tomlinson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: System Wide Bash Login Script Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 131217-0, 12/17/2013), Outbound message X-Antivirus-Status: Clean X-OriginalArrivalTime: 17 Dec 2013 23:28:36.0636 (UTC) FILETIME=[B597B5C0:01CEFB7F] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 23:29:46 -0000 I'm trying to figure out where the system wide bash login script should be for FBSD 9.2. I've tried /etc/profile, /usr/local/etc/profile, and I even found reference to creating a .bashrc file in home directories, testing for /usr/local/etc/profile, and then calling it if it exists. None of this seems to work. However if I paste the contents into a shell after logging in, I get the expected behavior. What am I missing? Thanks, Drew