FreeBSD Bugzilla – Attachment 97611 Details for
Bug 136391
security/sguil-server, fixes a bug in two library scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-lib-SguildLoaderd.tcl
patch-lib-SguildLoaderd.tcl (text/plain), 706 bytes, created by
pauls
on 2009-07-06 21:30:01 UTC
(
hide
)
Description:
patch-lib-SguildLoaderd.tcl
Filename:
MIME Type:
Creator:
pauls
Created:
2009-07-06 21:30:01 UTC
Size:
706 bytes
patch
obsolete
>--- lib/SguildLoaderd.tcl.bak 2009-07-06 14:53:16.000000000 -0500 >+++ lib/SguildLoaderd.tcl 2009-07-06 14:53:56.000000000 -0500 >@@ -225,7 +225,7 @@ > } else { > # Make sure its a MERGE table and not the old monster > set tableStatus [mysqlsel $LOADERD_DB_ID {SHOW TABLE STATUS LIKE 'sancp'} -flatlist] >- if { [lindex $tableStatus 1] != "MRG_MyISAM" } { >+ if { [lindex $tableStatus 1] != "MRG_MYISAM" } { > ErrorMessage "ERROR: loaderd: You appear to be using an old version of the\n\ > sguil database schema that does not support the MERGE sancp\n\ > table. Please see the CHANGES document for more information\n."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 136391
: 97611 |
97612
|
97613