Index: ossp-web/pkg/tool/rc/index.wml
RCS File: /v/ossp/cvs/ossp-web/pkg/tool/rc/index.wml,v
rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-web/pkg/tool/rc/index.wml,v' 2>/dev/null
--- index.wml 2003/07/10 18:04:21 1.3
+++ index.wml 2003/09/09 07:46:03 1.4
@@ -7,9 +7,19 @@
Abstract
-OSSP rc is a run-command processor. Its primary function is to scan
-run-command script files for run-command sections and run the commands
-listed in the sections. Its primary purpose is to be used as a generic
+OSSP rc is a generic run-command processor. Its primary function is to
+assemble a temporary script from excerpts of one or more run-commmand
+files which are built out of text snippets grouped into sections.
+The user specifies the desired parts to use and also controls the
+order of assembly. The program is not tied to a particular syntax for
+neither the run-command section tags nor the contained scripts. By
+default, the assembled script is executed by a specified interpreter
+(usually a shell), but it can also be written into a temporary file
+for evaluation inside a calling shell, or even just printed to stdout
+for further processing.
+
+
+Its primary purpose is to be used as a generic
run-command facility in an operating system or a sub-system like OpenPKG.