summary refs log tree commit diff
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
parentAdd cgram "port" from NetBSD (diff)
downloadsrc-238621f4795b04daa852e9fb3a62f5c7b9062d38.tar.gz
src-238621f4795b04daa852e9fb3a62f5c7b9062d38.zip
Un-hardcode fortune(6) path in cgram
-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"
/VERSION?h=3.5.1&id=7b374d1ce48346a6d3932888f900ae242bbaafbe&follow=1'>Bump version to 3.3.3p1 3.3.3p1June McEnroe 2021-05-25build: Add scripts to EXTRA_DISTJune McEnroe 2021-05-25import: Add missing scripts/wrap-compiler-for-flag-checkJune McEnroe 2021-05-08Import LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe