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 | edcae0900d05c4057653bf9fb9ada0533243ce1c (patch) | |
tree | ebf2084905d547e3c4f0b543fce20a54c78bce06 /port | |
parent | Add cgram "port" from NetBSD (diff) | |
download | src-edcae0900d05c4057653bf9fb9ada0533243ce1c.tar.gz src-edcae0900d05c4057653bf9fb9ada0533243ce1c.zip |
Un-hardcode fortune(6) path in cgram
Diffstat (limited to 'port')
-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" |