Index: ossp-pkg/rc/rc-sample.pod RCS File: /v/ossp/cvs/ossp-pkg/rc/rc-sample.pod,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/rc/rc-sample.pod,v' 2>/dev/null --- rc-sample.pod 2002/03/26 17:11:06 1.10 +++ rc-sample.pod 2003/06/23 14:53:10 1.11 @@ -34,10 +34,10 @@ This documents typical use cases for B. -=head1 USE CASE: OpenPKG Runcommand Facility +=head1 USE CASE: OpenPKG Run-command Facility This describes how B is used as the B -(http://www.openpkg.org/) runcommand facility. +(http://www.openpkg.org/) run-command facility. First, the involved files: @@ -111,7 +111,7 @@ This is the B configuration script where the administrator overrides the variables from the script's C<%config> sections. It it generated (as an empty file) on B bootstrap time and manually -edited later to influence the behaviours of the package's runcommand +edited later to influence the behaviours of the package's run-command scripts (here F). foo_enable=yes @@ -119,7 +119,7 @@ =item F -This is the example runcommand script of an B package C. +This is the example run-command script of an B package C. It is installed by package C and used read-only. #! /cw/etc/rc Index: ossp-pkg/rc/rc.pod RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.pod,v rcsdiff -q -kk '-r1.34' '-r1.35' -u '/v/ossp/cvs/ossp-pkg/rc/rc.pod,v' 2>/dev/null --- rc.pod 2003/06/23 14:46:33 1.34 +++ rc.pod 2003/06/23 14:53:10 1.35 @@ -244,9 +244,9 @@ =head1 COMMAND INTERPRETER As long as a valid interpreter path is specified in the section labels of a -F, the runcommands resulting from a --eval, --exec, or --print +F, the run-commands resulting from a --eval, --exec, or --print operation can be written in any runtime-interpreted language. This means that -a perl programmer can write runcommands in perl, and specify the perl +a perl programmer can write run-commands in perl, and specify the perl interpreter path in the corresponding section label of the F. A different programming language can be used for each section, even though this would complicate inclusion of script from the B<%common> section and @@ -306,7 +306,7 @@ /usr/local/bin/rc --eval sendmail start | sh To read the results of a B operation without executing or evaluting -the runcommands, use the 'print' run mode. +the run-commands, use the 'print' run mode. /opt/binbin/rc --print --info mico /usr/local/bin/rc --print httpd reload @@ -330,7 +330,7 @@ F - Master configuration file F - User defined functions library F - Postprocess variable declaration file - F - Runcommands for 'foo' application + F - Run-commands for 'foo' application =head1 SEE ALSO