From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 13:46:33 2014 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B199E53 for ; Mon, 7 Jul 2014 13:46:33 +0000 (UTC) Received: from thetys.cloudzeeland.nl (webrz.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "PositiveSSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0851B26FC for ; Mon, 7 Jul 2014 13:46:32 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id C7FED164FEF5; Mon, 7 Jul 2014 15:44:45 +0200 (CEST) Received: from [10.10.10.70] (iMacJ.cloudzeeland.nl [10.10.10.70]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by thetys.cloudzeeland.nl (Postfix) with ESMTPSA id 8ABC0164FEE4; Mon, 7 Jul 2014 15:44:45 +0200 (CEST) Message-ID: <53BAA4B9.5060900@webrz.net> Date: Mon, 07 Jul 2014 15:46:33 +0200 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Polytropon Subject: Re: Login and auto executes References: <53B9163E.3040406@webrz.net> <20140706185237.GA42705@neutralgood.org> <53B9A5B4.9060206@webrz.net> <20140707043206.bb55f96f.freebsd@edvax.de> In-Reply-To: <20140707043206.bb55f96f.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on thetys.cloudzeeland.nl Cc: "freebsd-questions@FreeBSD.org" , kpneal@pobox.com X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 13:46:33 -0000 Polytropon: > Directory. :-) Sorry - stupic MS behavior. >> I solved it by using the .login file with the appropiate commands. > --- cut --- > > Note that .login is in csh syntax, not (ba)sh syntax. In case > you want to use sh syntax for a login-time startup script, just > call it from ~/.login via something like "/bin/sh ~/.sh.login" > or "/usr/local/bin/bash ~/.bash.login" (if you require bash-isms > which sh does not support). Got it, thanks again for explaining! BR, Jos Chrispijn