ossp-pkg/rc/README
_ ___ ____ ____ ____
|_|_ _ / _ \/ ___/ ___|| _ \ _ __ ___
_|_||_| | | | \___ \___ \| |_) | | '__/ __|
|_||_|_| | |_| |___) |__) | __/ | | | (__
|_|_|_| \___/|____/____/|_| |_| \___|
OSSP rc - Run-Command Processor
Version 0.7.3 (11-Jul-2003)
ABSTRACT
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.
COPYRIGHT AND LICENSE
Copyright (c) 2002-2003 Ralf S. Engelschall
Copyright (c) 2002-2003 Cable & Wireless Deutschland GmbH
Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
This file is part of OSSP rc, a run-command processor which
can be found at http://www.ossp.org/pkg/lib/rc/.
Permission to use, copy, modify, and distribute this software for
any purpose with or without fee is hereby granted, provided that
the above copyright notice and this permission notice appear in all
copies.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
HOME AND DOCUMENTATION
Documentation and releases can be found at
o http://www.ossp.org/pkg/tool/rc/
o ftp://ftp.ossp.org/pkg/tool/rc/
Michael Schloh von Bennewitz
michael.schloh@cw.com