mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1170ab8c6f
It has support for vi-like line editing, nickname completion ANSI-colours, flood protection, and more. PR: 13135 Submitted by: Dominik Rothert <dr@domix.de>
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
--- main.c.orig Sun Aug 22 14:44:04 1999
|
|
+++ main.c Sun Aug 22 14:44:26 1999
|
|
@@ -278,7 +278,7 @@
|
|
fprintf(stderr, "DEBUG: visual debug output active.\n");
|
|
#endif
|
|
/* Parse the startup file(s) */
|
|
- readrc("/usr/local/share/tircrc");
|
|
+ readrc("__PREFIX__/share/tirc/tircrc");
|
|
|
|
if ((home = getenv("HOME")) == NULL)
|
|
return 1;
|