svn commit: r320678 - head/etc/root
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed Jul 5 15:42:34 UTC 2017
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
More information about the svn-src-head
mailing list