Skip to content

Commit

Permalink
Fix 7-year-old typo: The default directory searched for fortunes is
Browse files Browse the repository at this point in the history
/usr/share/games/fortune, not /usr/games/fortune (which is the path
to the fortune binary itself).


git-svn-id: svn+ssh://svn.freebsd.org/base/head@277954 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
cperciva committed Jan 30, 2015
1 parent 526429a commit b9ce6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/fortune/fortune/fortune.6
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ It is a colon-separated list of directories in which
.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
Expand Down

0 comments on commit b9ce6a7

Please sign in to comment.