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
commit238621f4795b04daa852e9fb3a62f5c7b9062d38 (patch)
tree0daedc2fb9972f9b99cb6f44d9dfe8b7cfe7eecf /port
parentAdd cgram "port" from NetBSD (diff)
downloadsrc-238621f4795b04daa852e9fb3a62f5c7b9062d38.tar.gz
src-238621f4795b04daa852e9fb3a62f5c7b9062d38.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"