diff options
author | June McEnroe <june@causal.agency> | 2018-11-26 00:44:55 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-26 00:44:55 -0500 |
commit | 238621f4795b04daa852e9fb3a62f5c7b9062d38 (patch) | |
tree | 0daedc2fb9972f9b99cb6f44d9dfe8b7cfe7eecf /port/cgram | |
parent | Add cgram "port" from NetBSD (diff) | |
download | src-238621f4795b04daa852e9fb3a62f5c7b9062d38.tar.gz src-238621f4795b04daa852e9fb3a62f5c7b9062d38.zip |
Un-hardcode fortune(6) path in cgram
Diffstat (limited to '')
-rw-r--r-- | port/cgram/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |