Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2012 04:25:35 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243130 - head/etc/root
Message-ID:  <201211160425.qAG4PZ8I016575@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  Pointyhat to: me
  Approved by: cperciva (implicit)

Modified:
  head/etc/root/dot.login

Modified: head/etc/root/dot.login
==============================================================================
--- head/etc/root/dot.login	Fri Nov 16 03:33:34 2012	(r243129)
+++ head/etc/root/dot.login	Fri Nov 16 04:25:35 2012	(r243130)
@@ -6,4 +6,4 @@
 #
 
 # Uncomment to display a random cookie each login:
-# if ( -x /usr/games/fortune ) /usr/games/fortune -s
+# [ -x /usr/games/fortune ] && /usr/games/fortune -s



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211160425.qAG4PZ8I016575>