[docs] xmldocs - docelic modified 4 files

docs at icdevgroup.org docs at icdevgroup.org
Tue Dec 6 16:54:39 EST 2005


User:      docelic
Date:      2005-12-06 21:54:39 GMT
Modified:  .        Makefile
Modified:  howtos   daemon-control
Modified:  refs     AutoModifier reconfig.tag
Log:
- Very simple updates I did two weeks ago but didn't commit

Revision  Changes    Path
1.79      +1 -1      xmldocs/Makefile


rev 1.79, prev_rev 1.78
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- Makefile	19 Nov 2005 12:24:44 -0000	1.78
+++ Makefile	6 Dec 2005 21:54:39 -0000	1.79
@@ -33,7 +33,7 @@
 REFS_AUTOGEN_FLAGS ?=
 
 VPATH       = guides refs howtos glossary
-.SILENT:
+#.SILENT:
 .PHONY: all complete
 .PHONY: skel
 .PHONY: guides howtos symbols glossary



1.6       +32 -0     xmldocs/howtos/daemon-control


rev 1.6, prev_rev 1.5
Index: daemon-control
===================================================================
RCS file: /var/cvs/xmldocs/howtos/daemon-control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- daemon-control	17 Sep 2005 21:24:01 -0000	1.5
+++ daemon-control	6 Dec 2005 21:54:39 -0000	1.6
@@ -32,6 +32,14 @@
 		<userinput>/usr/local/interchange/bin/interchange -reconfig
 		<replaceable>CATNAME</replaceable></userinput> (tarball)
 	</para></listitem>
+	<listitem><para>
+		Using the &tag-reconfig; tag from an &IC; page
+	</para></listitem>
+	<listitem><para>
+		Touching a file named after the target catalog within the 
+		<filename class='directory'>etc/reconfig/</filename> directory in
+		&glos-ICROOT;.
+	</para></listitem>
 </itemizedlist>
 <para>
 Why would you want to reconfigure a catalog?
@@ -46,6 +54,30 @@
 <para>
 Changes to global <filename>interchange.cfg</filename> can only be updated
 by restarting Interchange completely.
+</para>
+<para>
+&IC; is stopped by running:
+</para>
+<itemizedlist>
+	<listitem vendor='deb;rh'><para>
+		<userinput>/usr/sbin/interchange -stop</userinput> 
+		(Debian GNU and Red Hat)
+	</para></listitem>
+	<listitem><para>
+		<userinput>/usr/local/interchange/bin/interchange -stop</userinput>
+		(tarball)
+	</para></listitem>
+</itemizedlist>
+<note>
+<para>
+Because processes that are waiting for selection can block signals on some
+operating systems, it is possible that you have to wait for &conf-HouseKeeping;
+seconds before the server really closes down. To terminate the server with
+prejudice (in the event it will not stop), use
+<command>interchange -kill</command>.
+</para>
+</note>
+<para>
 
 <!-- TODO mention kill, pkill, killall, pidfile -->
 <!-- 



1.6       +3 -1      xmldocs/refs/AutoModifier


rev 1.6, prev_rev 1.5
Index: AutoModifier
===================================================================
RCS file: /var/cvs/xmldocs/refs/AutoModifier,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AutoModifier	27 Oct 2005 19:06:02 -0000	1.5
+++ AutoModifier	6 Dec 2005 21:54:39 -0000	1.6
@@ -31,12 +31,13 @@
 or other custom product attributes. These attributes will probably
 be used in a custom &PERL; code which will scan the items in the electronic
 &glos-cart; and make decisions.
+<!--
 </para><para>
 There are several forms of the specification. The simplest is
 a field with no table specification:
 </para>
 <programlisting>
-	AutoModifier heavy
+AutoModifier heavy
 </programlisting>
 <para>
 This one has a bit of "magic" associated. To account for matrix-option
@@ -73,6 +74,7 @@
 This would look in the <database>extra</database> table for the
 "heavy" field, using the "category" attribute in the item as
 the key.
+-->
 __END__
 
 __NAME__ notes



1.2       +5 -0      xmldocs/refs/reconfig.tag


rev 1.2, prev_rev 1.1
Index: reconfig.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/reconfig.tag,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reconfig.tag	17 Feb 2005 23:25:39 -0000	1.1
+++ reconfig.tag	6 Dec 2005 21:54:39 -0000	1.2
@@ -0,0 +1,5 @@
+
+
+__NAME__ see also
+RemoteUser
+__END__








More information about the docs mailing list