diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:21:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:21:02 +0000 |
commit | bbe7ed6435f660f5e00abcc13fe977f28b64bba7 (patch) | |
tree | 383653b2009071c60d11e0a8d9319d4eff712516 /misc/kcd-devel/files/patch-ae | |
parent | Update to 2.5. Add WWW to DESCR. (diff) |
Update to 5.0.1.
PR: 20655
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=31787
Diffstat (limited to 'misc/kcd-devel/files/patch-ae')
-rw-r--r-- | misc/kcd-devel/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kcd-devel/files/patch-ae b/misc/kcd-devel/files/patch-ae new file mode 100644 index 000000000000..b413bdaeaf3b --- /dev/null +++ b/misc/kcd-devel/files/patch-ae @@ -0,0 +1,13 @@ +--- 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); + } + |