openpkg/rc.pod

changeset 428
f880f219c566
parent 427
71503088f51b
     1.1 --- a/openpkg/rc.pod	Tue Jul 31 12:12:54 2012 +0200
     1.2 +++ b/openpkg/rc.pod	Tue Jul 31 12:23:42 2012 +0200
     1.3 @@ -1,14 +1,13 @@
     1.4  ##
     1.5  ##  rc.pod -- RPM Auxiliary Tool (Manual Page)
     1.6 -##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
     1.7 -##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
     1.8 +##  Copyright (c) 2000-2012 OpenPKG GmbH <http://openpkg.com/>
     1.9  ##
    1.10 -##  Permission to use, copy, modify, and distribute this software for
    1.11 -##  any purpose with or without fee is hereby granted, provided that
    1.12 -##  the above copyright notice and this permission notice appear in all
    1.13 -##  copies.
    1.14 +##  This software is property of the OpenPKG GmbH, DE MUC HRB 160208.
    1.15 +##  All rights reserved. Licenses which grant limited permission to use,
    1.16 +##  copy, modify and distribute this software are available from the
    1.17 +##  OpenPKG GmbH.
    1.18  ##
    1.19 -##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    1.20 +##  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
    1.21  ##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    1.22  ##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    1.23  ##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
    1.24 @@ -26,11 +25,11 @@
    1.25  
    1.26  =head1 NAME
    1.27  
    1.28 -B<@l_prefix@/bin/openpkg rc> - OpenPKG Runcommand Processor
    1.29 +B<@l_prefix@/bin/openpkg rc> - OpenPKG Run-Command Processor
    1.30  
    1.31  =head1 SYNOPSIS
    1.32  
    1.33 -B<@l_prefix@/bin/openpkg rc> [B<-s>|B<--silent>] [B<-v>|B<--verbose>] [B<-d>|B<--debug>] [B<-k>|B<--keep>] I<package> I<command> [I<command> ...]
    1.34 +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<name>=I<value>] I<package> I<command> [I<command> ...]
    1.35  
    1.36  B<@l_prefix@/bin/openpkg rc> B<-p>|B<--print> I<package> I<command> [I<command> ...]
    1.37  
    1.38 @@ -57,9 +56,9 @@
    1.39  
    1.40  =over 4
    1.41  
    1.42 -=item B<@l_prefix@/bin/openpkg rc> [B<-s>|B<--silent>] [B<-v>|B<--verbose>] [B<-d>|B<--debug>] [B<-k>|B<--keep>] I<package> I<command> [I<command> ...]
    1.43 +=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<name>=I<value>] I<package> I<command> [I<command> ...]
    1.44  
    1.45 -B<Runcommand Execution.> This executes one or more specified
    1.46 +B<Run-Command Execution.> This executes one or more specified
    1.47  I<command>s in a particular I<package> or in all installed packages if
    1.48  I<package> is "C<all>". Option B<--silent> can be used to explicitly
    1.49  disable progress messages on C<stderr>. Option B<--verbose> can be used
    1.50 @@ -67,11 +66,13 @@
    1.51  automatically determines whether progress messages should be displayed
    1.52  or not depending on whether C<stderr> is connected to a terminal device.
    1.53  Option B<--keep> can be used for debugging purposes to keep the
    1.54 -temporary files were generated during internal processing.
    1.55 +temporary files were generated during internal processing. Option
    1.56 +B<--define> can be used to on-the-fly re-define a configuration variable
    1.57 +I<name> with I<value>.
    1.58  
    1.59  =item B<@l_prefix@/bin/openpkg rc> B<-p>|B<--print> I<package> I<command> [I<command> ...]
    1.60  
    1.61 -B<Runcommand Printing.> This is like the run-command execution (see
    1.62 +B<Run-Command Printing.> This is like the run-command execution (see
    1.63  above), but instead of immediately executing all involved individual
    1.64  run-command scripts, they are concatenated (but with all configuration
    1.65  parts reduced to a single configuration part) and printed to C<stdout>.
    1.66 @@ -79,7 +80,7 @@
    1.67  
    1.68  =item eval `B<@l_prefix@/bin/openpkg rc> B<-e>|B<--eval> I<package> I<command> [I<command> ...]`
    1.69  
    1.70 -B<Runcommand Evaluation.> This is like the run-command execution
    1.71 +B<Run-Command Evaluation.> This is like the run-command execution
    1.72  (see above), but the resulting exported shell environment variables
    1.73  are output to a temporary file as a (Bourne-Shell or C-Shell syntax)
    1.74  shell script, suitable for evaluation within the shell environment

mercurial