OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Nov-2003 20:29:31
Branch: HEAD Handle: 2003112119293100
Modified files:
openpkg-src/openpkg rc.pod
Log:
update manual to talk about a %section's -[opu] options
Summary:
Revision Changes Path
1.2 +14 -0 openpkg-src/openpkg/rc.pod
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rc.pod
============================================================================
$ cvs diff -u -r1.1 -r1.2 rc.pod
--- openpkg-src/openpkg/rc.pod 18 Jul 2003 20:34:08 -0000 1.1
+++ openpkg-src/openpkg/rc.pod 21 Nov 2003 19:29:31 -0000 1.2
@@ -161,6 +161,20 @@
but are used in B<OpenPKG> by convention for standard purposes. Hence,
do not use them for arbitrary things instead.
+Throughout these sections it is possible to specify the user to be
+switched to before the code is executed.
+
+A priority can be given for each snippet to control execution sequence
+when "all" packages are given. Higher priority leads to early start and
+late stop. Priority is a number where low numbers mean high priority
+(numeric sort for start). When omitted, the priority defaults to 500.
+
+Output generated to STDOUT and STDERR is captured and normally
+surpressed. In case the scriptlet exits with a nonzero return value the
+intercepted messages are consolidated, reformatted with a surrounding
+ASCII-art border and printed to STDERR. If the section is tagged with -o
+option, STDOUT messages are passed through verbatim.
+
=over 4
=item C<%start> [B<-u> I<user>] [B<-p> I<priority>]
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]