157 procedures with periodical procedures into a single approach. |
157 procedures with periodical procedures into a single approach. |
158 .SH "USAGE" |
158 .SH "USAGE" |
159 .IX Header "USAGE" |
159 .IX Header "USAGE" |
160 .IP "\fB@l_prefix@/bin/openpkg rc\fR [\fB\-s\fR|\fB\-\-silent\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-d\fR|\fB\-\-debug\fR] [\fB\-k\fR|\fB\-\-keep\fR] \fIpackage\fR \fIcommand\fR [\fIcommand\fR ...]" 4 |
160 .IP "\fB@l_prefix@/bin/openpkg rc\fR [\fB\-s\fR|\fB\-\-silent\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-d\fR|\fB\-\-debug\fR] [\fB\-k\fR|\fB\-\-keep\fR] \fIpackage\fR \fIcommand\fR [\fIcommand\fR ...]" 4 |
161 .IX Item "@l_prefix@/bin/openpkg rc [-s|--silent] [-v|--verbose] [-d|--debug] [-k|--keep] package command [command ...]" |
161 .IX Item "@l_prefix@/bin/openpkg rc [-s|--silent] [-v|--verbose] [-d|--debug] [-k|--keep] package command [command ...]" |
162 \&\fBRun-Command Execution.\fR This executes one or more specified |
162 \&\fBRuncommand Execution.\fR This executes one or more specified |
163 \&\fIcommand\fRs in a particular \fIpackage\fR or in all installed packages if |
163 \&\fIcommand\fRs in a particular \fIpackage\fR or in all installed packages if |
164 \&\fIpackage\fR is "\f(CW\*(C`all\*(C'\fR". Option \fB\-\-silent\fR can be used to explicitly |
164 \&\fIpackage\fR is "\f(CW\*(C`all\*(C'\fR". Option \fB\-\-silent\fR can be used to explicitly |
165 disable progress messages on \f(CW\*(C`stderr\*(C'\fR. Option \fB\-\-verbose\fR can be used |
165 disable progress messages on \f(CW\*(C`stderr\*(C'\fR. Option \fB\-\-verbose\fR can be used |
166 to explicitly enable progress messages on \f(CW\*(C`stderr\*(C'\fR. By default, \fBrc\fR |
166 to explicitly enable progress messages on \f(CW\*(C`stderr\*(C'\fR. By default, \fBrc\fR |
167 automatically determines whether progress messages should be displayed |
167 automatically determines whether progress messages should be displayed |
168 or not depending on whether \f(CW\*(C`stderr\*(C'\fR is connected to a terminal device. |
168 or not depending on whether \f(CW\*(C`stderr\*(C'\fR is connected to a terminal device. |
169 Option \fB\-\-keep\fR can be used for debugging purposes to keep the |
169 Option \fB\-\-keep\fR can be used for debugging purposes to keep the |
170 temporary files were generated during internal processing. |
170 temporary files were generated during internal processing. |
171 .IP "\fB@l_prefix@/bin/openpkg rc\fR \fB\-p\fR|\fB\-\-print\fR \fIpackage\fR \fIcommand\fR [\fIcommand\fR ...]" 4 |
171 .IP "\fB@l_prefix@/bin/openpkg rc\fR \fB\-p\fR|\fB\-\-print\fR \fIpackage\fR \fIcommand\fR [\fIcommand\fR ...]" 4 |
172 .IX Item "@l_prefix@/bin/openpkg rc -p|--print package command [command ...]" |
172 .IX Item "@l_prefix@/bin/openpkg rc -p|--print package command [command ...]" |
173 \&\fBRun-Command Printing.\fR This is like the run-command execution (see |
173 \&\fBRuncommand Printing.\fR This is like the run-command execution (see |
174 above), but instead of immediately executing all involved individual |
174 above), but instead of immediately executing all involved individual |
175 run-command scripts, they are concatenated (but with all configuration |
175 run-command scripts, they are concatenated (but with all configuration |
176 parts reduced to a single configuration part) and printed to \f(CW\*(C`stdout\*(C'\fR. |
176 parts reduced to a single configuration part) and printed to \f(CW\*(C`stdout\*(C'\fR. |
177 Use this for debugging or post-processing purposes. |
177 Use this for debugging or post-processing purposes. |
178 .IP "eval `\fB@l_prefix@/bin/openpkg rc\fR \fB\-e\fR|\fB\-\-eval\fR \fIpackage\fR \fIcommand\fR [\fIcommand\fR ...]`" 4 |
178 .IP "eval `\fB@l_prefix@/bin/openpkg rc\fR \fB\-e\fR|\fB\-\-eval\fR \fIpackage\fR \fIcommand\fR [\fIcommand\fR ...]`" 4 |
179 .IX Item "eval `@l_prefix@/bin/openpkg rc -e|--eval package command [command ...]`" |
179 .IX Item "eval `@l_prefix@/bin/openpkg rc -e|--eval package command [command ...]`" |
180 \&\fBRun-Command Evaluation.\fR This is like the run-command execution |
180 \&\fBRuncommand Evaluation.\fR This is like the run-command execution |
181 (see above), but the resulting exported shell environment variables |
181 (see above), but the resulting exported shell environment variables |
182 are output to a temporary file as a (Bourne\-Shell or C\-Shell syntax) |
182 are output to a temporary file as a (Bourne\-Shell or C\-Shell syntax) |
183 shell script, suitable for evaluation within the shell environment |
183 shell script, suitable for evaluation within the shell environment |
184 of the caller. A one-line script is printed to \f(CW\*(C`stdout\*(C'\fR which then |
184 of the caller. A one-line script is printed to \f(CW\*(C`stdout\*(C'\fR which then |
185 \&\*(L"sources\*(R" (and immediately removes) this temporary file. This is |
185 \&\*(L"sources\*(R" (and immediately removes) this temporary file. This is |