[Mono-bugs] [Bug 74487][Maj] Changed - mkbundle doesn't bundle (some) config files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Apr 2005 16:32:26 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by thunder@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74487
--- shadow/74487 2005-04-11 11:13:56.000000000 -0400
+++ shadow/74487.tmp.21654 2005-04-12 16:32:26.000000000 -0400
@@ -50,6 +50,13 @@
as the existing $prefix/etc/mono.
One of the reasons the mkbundle hack miguel added is not correct is
that some of the code in the assemblies (the security and the sys.web
code, for example) will load the file by name anyway and it would be
a lot of work to fix that with no gain (including exporting new icalls
from corlib...).
+
+------- Additional Comments From thunder@ximian.com 2005-04-12 16:32 -------
+Thanks. We are now shipping our own set of config files, and snorp
+patched mkbundle to accept a --config-dir parameter, so that the
+produced binary will know where to look for the config files.
+
+So I think this bug can be closed.