Date: Fri, 16 Nov 2012 14:25:13 +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: r243153 - head/etc/root Message-ID: <201211161425.qAGEPDgZ003929@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Fri Nov 16 14:25:13 2012 New Revision: 243153 URL: http://svnweb.freebsd.org/changeset/base/243153 Log: last commit was a mistake Pointyhat to: me (for real) Approved by: cperciva (implicit) Modified: head/etc/root/dot.login Modified: head/etc/root/dot.login ============================================================================== --- head/etc/root/dot.login Fri Nov 16 14:00:54 2012 (r243152) +++ head/etc/root/dot.login Fri Nov 16 14:25:13 2012 (r243153) @@ -6,4 +6,4 @@ # # Uncomment to display a random cookie each login: -# [ -x /usr/games/fortune ] && /usr/games/fortune -s +# if ( -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?201211161425.qAGEPDgZ003929>