mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fortune(8): Search fortune files installed by ports/packages as well as
those supplied by the base system. PR: 191800 Submitted by: Andy Kosela MFC after: 1 week
This commit is contained in:
parent
965d08605f
commit
d634b1f709
1 changed files with 2 additions and 1 deletions
|
|
@ -30,4 +30,5 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define FORTDIR "/usr/share/games/fortune"
|
||||
#define FORTDIR "/usr/share/games/fortune:" \
|
||||
"/usr/local/share/games/fortune"
|
||||
|
|
|
|||
Loading…
Reference in a new issue