diff -r 71503088f51b -r f880f219c566 openpkg/rc.pod --- a/openpkg/rc.pod Tue Jul 31 12:12:54 2012 +0200 +++ b/openpkg/rc.pod Tue Jul 31 12:23:42 2012 +0200 @@ -1,14 +1,13 @@ ## ## rc.pod -- RPM Auxiliary Tool (Manual Page) -## Copyright (c) 2000-2007 OpenPKG Foundation e.V. -## Copyright (c) 2000-2007 Ralf S. Engelschall +## Copyright (c) 2000-2012 OpenPKG GmbH ## -## 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 property of the OpenPKG GmbH, DE MUC HRB 160208. +## All rights reserved. Licenses which grant limited permission to use, +## copy, modify and distribute this software are available from the +## OpenPKG GmbH. ## -## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +## 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 @@ -26,11 +25,11 @@ =head1 NAME -B<@l_prefix@/bin/openpkg rc> - OpenPKG Runcommand Processor +B<@l_prefix@/bin/openpkg rc> - OpenPKG Run-Command Processor =head1 SYNOPSIS -B<@l_prefix@/bin/openpkg rc> [B<-s>|B<--silent>] [B<-v>|B<--verbose>] [B<-d>|B<--debug>] [B<-k>|B<--keep>] I I [I ...] +B<@l_prefix@/bin/openpkg rc> [B<-s>|B<--silent>] [B<-v>|B<--verbose>] [B<-d>|B<--debug>] [B<-k>|B<--keep>] [B<-D>|B<--define> I=I] I I [I ...] B<@l_prefix@/bin/openpkg rc> B<-p>|B<--print> I I [I ...] @@ -57,9 +56,9 @@ =over 4 -=item B<@l_prefix@/bin/openpkg rc> [B<-s>|B<--silent>] [B<-v>|B<--verbose>] [B<-d>|B<--debug>] [B<-k>|B<--keep>] I I [I ...] +=item B<@l_prefix@/bin/openpkg rc> [B<-s>|B<--silent>] [B<-v>|B<--verbose>] [B<-d>|B<--debug>] [B<-k>|B<--keep>] [B<-D>|B<--define> I=I] I I [I ...] -B This executes one or more specified +B This executes one or more specified Is in a particular I or in all installed packages if I is "C". Option B<--silent> can be used to explicitly disable progress messages on C. Option B<--verbose> can be used @@ -67,11 +66,13 @@ automatically determines whether progress messages should be displayed or not depending on whether C is connected to a terminal device. Option B<--keep> can be used for debugging purposes to keep the -temporary files were generated during internal processing. +temporary files were generated during internal processing. Option +B<--define> can be used to on-the-fly re-define a configuration variable +I with I. =item B<@l_prefix@/bin/openpkg rc> B<-p>|B<--print> I I [I ...] -B This is like the run-command execution (see +B This is like the run-command execution (see above), but instead of immediately executing all involved individual run-command scripts, they are concatenated (but with all configuration parts reduced to a single configuration part) and printed to C. @@ -79,7 +80,7 @@ =item eval `B<@l_prefix@/bin/openpkg rc> B<-e>|B<--eval> I I [I ...]` -B This is like the run-command execution +B This is like the run-command execution (see above), but the resulting exported shell environment variables are output to a temporary file as a (Bourne-Shell or C-Shell syntax) shell script, suitable for evaluation within the shell environment