mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
bbe7ed6435
PR: 20655 Submitted by: Ports Fury
14 lines
351 B
Plaintext
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);
|
|
}
|
|
|