svn commit: r268637 - head/games/fortune/fortune

Gavin Atkinson gavin at FreeBSD.org
Mon Jul 14 23:25:30 UTC 2014


Author: gavin
Date: Mon Jul 14 23:25:29 2014
New Revision: 268637
URL: http://svnweb.freebsd.org/changeset/base/268637

Log:
  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

Modified:
  head/games/fortune/fortune/pathnames.h

Modified: head/games/fortune/fortune/pathnames.h
==============================================================================
--- head/games/fortune/fortune/pathnames.h	Mon Jul 14 22:40:46 2014	(r268636)
+++ head/games/fortune/fortune/pathnames.h	Mon Jul 14 23:25:29 2014	(r268637)
@@ -30,4 +30,5 @@
  *	$FreeBSD$
  */
 
-#define	FORTDIR		"/usr/share/games/fortune"
+#define	FORTDIR		"/usr/share/games/fortune:" \
+			"/usr/local/share/games/fortune"


More information about the svn-src-all mailing list