mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
11 lines
334 B
C
11 lines
334 B
C
--- rlconf.h.orig 2017-02-21 15:25:30 UTC
|
|
+++ rlconf.h
|
|
@@ -43,7 +43,7 @@
|
|
#define DEFAULT_INPUTRC "~/.inputrc"
|
|
|
|
/* The ultimate last-ditch filename for an init file -- system-wide. */
|
|
-#define SYS_INPUTRC "/etc/inputrc"
|
|
+#define SYS_INPUTRC "%%PREFIX%%/etc/inputrc"
|
|
|
|
/* If defined, expand tabs to spaces. */
|
|
#define DISPLAY_TABS
|