Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2017 15:42:33 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320678 - head/etc/root
Message-ID:  <201707051542.v65FgXpD072514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Jul  5 15:42:33 2017
New Revision: 320678
URL: https://svnweb.freebsd.org/changeset/base/320678

Log:
  Fix typo introduced in r320672 - check for existence of the right file.
  
  Reported by:	rpokala@
  MFC after:	2 weeks

Modified:
  head/etc/root/dot.profile

Modified: head/etc/root/dot.profile
==============================================================================
--- head/etc/root/dot.profile	Wed Jul  5 15:34:06 2017	(r320677)
+++ head/etc/root/dot.profile	Wed Jul  5 15:42:33 2017	(r320678)
@@ -13,4 +13,4 @@ export PAGER
 if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi
 
 # Uncomment to display a random cookie on each login.
-# if [ -x /usr/bin/resizewin ] ; then /usr/bin/fortune -s ; fi
+# if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune -s ; fi



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