From 1ecc48f1cf368b6e07c82916d6ab18ada2af8a02 Mon Sep 17 00:00:00 2001 From: "Justin C. Sherrill" Date: Mon, 19 Jul 2004 20:27:36 +0000 Subject: [PATCH] Remove my changes. PATH_PORTS is not checked for multiple entries as PATH_SOURCES is, and adding /usr/dfports to PATH_SOURCES does not work, as whereis will just print the first place it finds a match. No sense in leaving it broken while I figure this out. --- usr.bin/whereis/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index b5d9d9813a..42348f8c8c 100644 --- a/usr.bin/whereis/pathnames.h +++ b/usr.bin/whereis/pathnames.h @@ -23,7 +23,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/usr.bin/whereis/pathnames.h,v 1.4 2002/08/22 01:50:51 johan Exp $ - * $DragonFly: src/usr.bin/whereis/pathnames.h,v 1.2 2004/07/07 17:45:47 justin Exp $ + * $DragonFly: src/usr.bin/whereis/pathnames.h,v 1.3 2004/07/19 20:27:36 justin Exp $ */ /* Where to look for libexec and games */ @@ -43,7 +43,7 @@ "/usr/src/games" /* Each subdirectory of PATH_PORTS will be appended to PATH_SOURCES. */ -#define PATH_PORTS "/usr/ports:/usr/dfports" +#define PATH_PORTS "/usr/ports" /* How to query the current manpath. */ #define MANPATHCMD "manpath -q" -- 2.41.0