1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/misc/kcd/files/patch-ae
Will Andrews bbe7ed6435 Update to 5.0.1.
PR:		20655
Submitted by:	Ports Fury
2000-08-20 10:21:02 +00:00

14 lines
351 B
Plaintext

--- conffile.cc.orig Fri Aug 11 23:14:54 2000
+++ conffile.cc Sat Aug 12 04:57:34 2000
@@ -1276,9 +1276,7 @@
return;
loaded = 1;
- LoadConfig("/etc/kcd.conf", quiet);
- LoadConfig("/usr/etc/kcd.conf", quiet);
- LoadConfig("/usr/local/etc/kcd.conf", quiet);
+ LoadConfig(SYSCONFDIR "/kcd.conf", quiet);
LoadConfig(confLocalFile, quiet);
}