8ffa4e00e1
ok bernd@
17 lines
620 B
Plaintext
17 lines
620 B
Plaintext
$OpenBSD: patch-catalog_c,v 1.3 2006/03/20 13:36:54 steven Exp $
|
|
--- catalog.c.orig Fri Apr 1 15:15:01 2005
|
|
+++ catalog.c Sun Mar 5 11:28:46 2006
|
|
@@ -62,10 +62,10 @@
|
|
#define XML_URN_PUBID "urn:publicid:"
|
|
#define XML_CATAL_BREAK ((xmlChar *) -1)
|
|
#ifndef XML_XML_DEFAULT_CATALOG
|
|
-#define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
|
|
+#define XML_XML_DEFAULT_CATALOG "file:///var/db/xmlcatalog"
|
|
#endif
|
|
#ifndef XML_SGML_DEFAULT_CATALOG
|
|
-#define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
|
|
+#define XML_SGML_DEFAULT_CATALOG "file:///var/db/sgmlcatalog"
|
|
#endif
|
|
|
|
#if defined(_WIN32) && defined(_MSC_VER)
|