mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8fb5af36ec
Upgrades 2.0b3 -> 2.0b4
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
--- src/msql/msqld.c.orig Sat Feb 1 07:46:40 1997
|
|
+++ src/msql/msqld.c Tue Feb 4 17:32:18 1997
|
|
@@ -508,7 +508,7 @@
|
|
|
|
if (*confFile == 0)
|
|
{
|
|
- sprintf(confFile,"%s/msql.conf", INST_DIR);
|
|
+ sprintf(confFile,"%s/etc/msql2/msql.conf", INST_DIR);
|
|
}
|
|
printf("Loading configuration from '%s'.\n",confFile);
|
|
msqlLoadConfigFile(confFile);
|