[interchange-docs] xmldocs - docelic modified howtos/dump-vend-config

docs at icdevgroup.org docs at icdevgroup.org
Sat Dec 22 08:32:41 EST 2007


User:      docelic
Date:      2007-12-22 13:32:40 GMT
Modified:  howtos   dump-vend-config
Log:
* Don't mention unneeded Data::Dumper, spotted by Peter.

Revision  Changes    Path
1.2       +7 -10     xmldocs/howtos/dump-vend-config


rev 1.2, prev_rev 1.1
Index: dump-vend-config
===================================================================
RCS file: /var/cvs/xmldocs/howtos/dump-vend-config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dump-vend-config	6 Nov 2006 22:04:40 -0000	1.1
+++ dump-vend-config	22 Dec 2007 13:32:40 -0000	1.2
@@ -1,15 +1,12 @@
 Dump complete Vend::Cfg structure
 
-Create usertag named <literal>cfgdump</literal> as shown below and
-save it as <filename>code/UserTag/cfgdump.tag</filename> in your
-&glos-ICROOT; directory:
+To dump the complete config structure at will, run:
 <programlisting><![CDATA[
-UserTag cfgdump  Routine   <<EOR
-sub {
-  use Data::Dumper; 
-  Dumper $Vend::Cfg;
-}
-EOR
+[uneval ref=`$Config`]
 ]]></programlisting>
 
-Restart &IC; (see &howto-daemon-control;) to load the tag.
+Also, at &glos-catalog; startup, a file named 
+<filename>etc/<replaceable>CATNAME</replaceable>.structure</filename>
+will be created relative to the catalog root directory. A complete
+configuration dump will be saved there.
+








More information about the docs mailing list