1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/irc/tirc/files/patch-aa
Chris Piazza 1170ab8c6f Import of tirc: Token's IRC Client.
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>
1999-08-22 22:07:26 +00:00

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;