Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2015 23:26:03 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277954 - head/games/fortune/fortune
Message-ID:  <201501302326.t0UNQ35g043578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Fri Jan 30 23:26:03 2015
New Revision: 277954
URL: https://svnweb.freebsd.org/changeset/base/277954

Log:
  Fix 7-year-old typo: The default directory searched for fortunes is
  /usr/share/games/fortune, not /usr/games/fortune (which is the path
  to the fortune binary itself).

Modified:
  head/games/fortune/fortune/fortune.6

Modified: head/games/fortune/fortune/fortune.6
==============================================================================
--- head/games/fortune/fortune/fortune.6	Fri Jan 30 22:02:32 2015	(r277953)
+++ head/games/fortune/fortune/fortune.6	Fri Jan 30 23:26:03 2015	(r277954)
@@ -168,7 +168,7 @@ It is a colon-separated list of director
 .Nm
 looks for data files.
 If not set it will default to
-.Pa /usr/games/fortune .
+.Pa /usr/share/games/fortune .
 If none of the directories specified exist, it will print a warning and exit.
 .It Ev FORTUNE_SAVESTATE
 If set, fortune will save some state about what fortune



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