Author: gavin
Date: Wed Aug 13 12:36:59 2014
New Revision: 269933
URL: http://svnweb.freebsd.org/changeset/base/269933

Log:
  Merge r268637 from head:
  
    fortune(8): Search fortune files installed by ports/packages as well as
    those supplied by the base system.
  
  PR:           191800
  Submitted by: Andy Kosela

Modified:
  stable/10/games/fortune/fortune/pathnames.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/games/fortune/fortune/pathnames.h
==============================================================================
--- stable/10/games/fortune/fortune/pathnames.h Wed Aug 13 12:35:39 2014        
(r269932)
+++ stable/10/games/fortune/fortune/pathnames.h Wed Aug 13 12:36:59 2014        
(r269933)
@@ -30,4 +30,5 @@
  *     $FreeBSD$
  */
 
-#define        FORTDIR         "/usr/share/games/fortune"
+#define        FORTDIR         "/usr/share/games/fortune:" \
+                       "/usr/local/share/games/fortune"
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to