From 238621f4795b04daa852e9fb3a62f5c7b9062d38 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 26 Nov 2018 00:44:55 -0500 Subject: Un-hardcode fortune(6) path in cgram --- port/cgram/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'port') diff --git a/port/cgram/pathnames.h b/port/cgram/pathnames.h index 51da95c9..40db1eed 100644 --- a/port/cgram/pathnames.h +++ b/port/cgram/pathnames.h @@ -27,4 +27,4 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define _PATH_FORTUNE "/usr/games/fortune" +#define _PATH_FORTUNE "fortune" -- cgit 1.4.1