Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 12:38:08 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r269934 - stable/9/games/fortune/fortune
Message-ID:  <201408131238.s7DCc8Sa007448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Wed Aug 13 12:38:08 2014
New Revision: 269934
URL: http://svnweb.freebsd.org/changeset/base/269934

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/9/games/fortune/fortune/pathnames.h
Directory Properties:
  stable/9/games/fortune/fortune/   (props changed)

Modified: stable/9/games/fortune/fortune/pathnames.h
==============================================================================
--- stable/9/games/fortune/fortune/pathnames.h	Wed Aug 13 12:36:59 2014	(r269933)
+++ stable/9/games/fortune/fortune/pathnames.h	Wed Aug 13 12:38:08 2014	(r269934)
@@ -30,4 +30,5 @@
  *	$FreeBSD$
  */
 
-#define	FORTDIR		"/usr/share/games/fortune"
+#define	FORTDIR		"/usr/share/games/fortune:" \
+			"/usr/local/share/games/fortune"



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