From owner-svn-src-head@FreeBSD.ORG Fri Nov 16 14:22:18 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF19B5EC for ; Fri, 16 Nov 2012 14:22:18 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5D42A8FC08 for ; Fri, 16 Nov 2012 14:22:17 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so65339lbb.13 for ; Fri, 16 Nov 2012 06:22:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=/xiLv8DdQ2LC1Bme/v0SqbBbISYrm09SO+XZMEtdag0=; b=DkXdlUIMeFokrbSrurkdHtlWcDQcRkHcqqPgfwET6RdQS8gDcSPY/QnY5QHvwwmVqD OfnmumfE8c3ND9nt2lIgrrYi942tmZkMqoOm+Erpt8dk5G6Cj9u9z4RgE8oYdCiuOGiW acU1AzZUMIXPZ6rsDFkUnkIVqGng8RAJtFoTs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=/xiLv8DdQ2LC1Bme/v0SqbBbISYrm09SO+XZMEtdag0=; b=cDyiomD39qDK8eQTdkB00l9wSHAfVfIzwOyzxFQVuAkNOPcMm7gh1+GRToGG82mfHv h73ZKlv+YbalpLJEWU4BG/etiyJdKJW3om0xqJEJCFth8h6buX4irunQSJHzPR8rn+UQ XiZA3ZdMaU8Zay3tSqa6SuvbU4eI3DatjgbKL9ntUBf7grOvrqHrcQwO1zDABz6QLcAT CRhCAhZwlVjOTIaH+7V0UudbCozVyVeQ0oxdj4mFVxHLV/4H36ZgOte0PlD2Nj+jY1eT c93AbHXeQqMBBnBSXK0XOHxL5qCRDisYASSpkGcbWVp/vEloOtae221qaDTcAFiI0YxL FzNQ== Received: by 10.112.100.102 with SMTP id ex6mr2055734lbb.130.1353075736830; Fri, 16 Nov 2012 06:22:16 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.25.166 with HTTP; Fri, 16 Nov 2012 06:21:46 -0800 (PST) In-Reply-To: <1TZFBU-0005S6-1s@internal.tormail.org> References: <201211160425.qAG4PZ8I016575__14550.9199741811$1353039960$gmane$org@svn.freebsd.org> <1TZFBU-0005S6-1s@internal.tormail.org> From: Eitan Adler Date: Fri, 16 Nov 2012 09:21:46 -0500 X-Google-Sender-Auth: 0zFrRBKdngjwUVFLc1FxqTnFEis Message-ID: Subject: Re: svn commit: r243130 - head/etc/root To: Jan Beich Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmHTdOHd/9jlCDkowVUQNvO/tSpVBuBgC+tM29/Xgc6Xsayt81zTsoHVSAAN+DVRuCV5iY+ Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 14:22:19 -0000 On 16 November 2012 01:04, Jan Beich wrote: > Eitan Adler writes: > >> Author: eadler >> Date: Fri Nov 16 04:25:35 2012 >> New Revision: 243130 >> URL: http://svnweb.freebsd.org/changeset/base/243130 >> >> Log: >> dot.login is supposed to be for bourne shell, not csh > > Can you explain better or point to the reference? sh(1) mentions > ~/.profile while csh(1) mentions ~/.login for commands executed > once per login. ugh. I was really tired when looking at this. I was right the first time. Sorry for the noise. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams