summary refs log tree commit diff
path: root/port
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-26 00:44:55 -0500
committerJune McEnroe <june@causal.agency>2018-11-26 00:44:55 -0500
commitedcae0900d05c4057653bf9fb9ada0533243ce1c (patch)
treeebf2084905d547e3c4f0b543fce20a54c78bce06 /port
parentAdd cgram "port" from NetBSD (diff)
downloadsrc-edcae0900d05c4057653bf9fb9ada0533243ce1c.tar.gz
src-edcae0900d05c4057653bf9fb9ada0533243ce1c.zip
Un-hardcode fortune(6) path in cgram
Diffstat (limited to 'port')
-rw-r--r--port/cgram/pathnames.h2
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"