svn commit: r243130 - head/etc/root

Eitan Adler eadler at FreeBSD.org
Fri Nov 16 04:25:36 UTC 2012


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


More information about the svn-src-head mailing list