diff options
Diffstat (limited to 'databases/msql3/files/patch-aj')
-rw-r--r-- | databases/msql3/files/patch-aj | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/databases/msql3/files/patch-aj b/databases/msql3/files/patch-aj index dbde5e2..b8fa906 100644 --- a/databases/msql3/files/patch-aj +++ b/databases/msql3/files/patch-aj @@ -1,5 +1,5 @@ --- misc/msql.conf.orig Thu Aug 19 07:33:07 1999 -+++ misc/msql.conf Sat Jan 27 07:56:32 2001 ++++ misc/msql.conf Sun Jan 28 10:58:01 2001 @@ -18,12 +18,12 @@ [general] @@ -9,10 +9,19 @@ mSQL_User = msql Admin_User = root -Pid_File = %I/msql2d.pid -+Pid_File = %I/etc/msql2/msql2d.pid ++Pid_File = /var/spool/msql/msql2d.pid TCP_Port = 1114 -UNIX_Port = %I/msql2.sock -+UNIX_Port = %I/etc/msql2/msql2.sock ++UNIX_Port = /var/spool/msql/msql2.sock [system] +@@ -33,7 +33,7 @@ + Remote_Access = False + Local_Access = True + #Query_Log = False +-#Query_Log_File = %I/query.log ++#Query_Log_File = /var/spool/msql/query.log + + [w3-msql] + |