OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 21-Nov-2003 22:26:51
Branch: HEAD Handle: 2003112121264902
Modified files:
openpkg-src/openpkg HISTORY lsync.8 openpkg.spec rc.8 rc.pod
rpm-config.8 rpmtool.8
openpkg-web news.txt
Log:
rc manual page additions and regenerate roff files
Summary:
Revision Changes Path
1.91 +1 -0 openpkg-src/openpkg/HISTORY
1.4 +1 -1 openpkg-src/openpkg/lsync.8
1.248 +1 -1 openpkg-src/openpkg/openpkg.spec
1.3 +17 -1 openpkg-src/openpkg/rc.8
1.3 +11 -9 openpkg-src/openpkg/rc.pod
1.2 +1 -1 openpkg-src/openpkg/rpm-config.8
1.7 +1 -1 openpkg-src/openpkg/rpmtool.8
1.7497 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.90 -r1.91 HISTORY
--- openpkg-src/openpkg/HISTORY 17 Nov 2003 21:47:29 -0000 1.90
+++ openpkg-src/openpkg/HISTORY 21 Nov 2003 21:26:51 -0000 1.91
@@ -2,6 +2,7 @@
2003
====
+20031121 rc manual page additions
20031117 automatically check for %NoSource/%NoPatch integrity and package class in
%prep
20031113 stop processing if we cannot create the necessary user accounts
20031107 fix usage of %pre in aux.wrapbin.sh -- was broken after recent work-offs
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/lsync.8
============================================================================
$ cvs diff -u -r1.3 -r1.4 lsync.8
--- openpkg-src/openpkg/lsync.8 18 Jul 2003 20:34:08 -0000 1.3
+++ openpkg-src/openpkg/lsync.8 21 Nov 2003 21:26:51 -0000 1.4
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.34, Pod::Parser v1.13
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.13
.\"
.\" Standard preamble:
.\" ========================================================================
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.247 -r1.248 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 19 Nov 2003 11:17:35 -0000 1.247
+++ openpkg-src/openpkg/openpkg.spec 21 Nov 2003 21:26:51 -0000 1.248
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20031119
+%define V_openpkg 20031121
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rc.8
============================================================================
$ cvs diff -u -r1.2 -r1.3 rc.8
--- openpkg-src/openpkg/rc.8 7 Sep 2003 08:03:39 -0000 1.2
+++ openpkg-src/openpkg/rc.8 21 Nov 2003 21:26:51 -0000 1.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.34, Pod::Parser v1.13
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.13
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -248,6 +248,22 @@
There are 9 sections which have no special meaning to the \fBrc\fR program,
but are used in \fBOpenPKG\fR by convention for standard purposes. Hence,
do not use them for arbitrary things instead.
+.Sp
+Throughout these sections it is possible to specify the user to be
+switched to before the code is executed.
+.Sp
+A priority can be given for each section to control execution sequence
+if "\f(CW\*(C`all\*(C'\fR" packages are given. Higher priority leads to earlier
+starting and later stopping. The priority is a number where low numbers
+mean high priority (numerically sorted for starting). If omitted, the
+priority defaults to 500.
+.Sp
+Output generated on \fIstdout\fR and \fIstderr\fR is captured and normally
+suppressed. In case the sections script exits with a non-zero return
+value, the intercepted messages are consolidated, reformatted with a
+surrounding ASCII-art border and printed to \fIstderr\fR. If the section
+is tagged with option \fB\-o\fR, \fIstdout\fR messages are passed through
+verbatim, even if the section script exists with a zero return value.
.RS 4
.ie n .IP "%start\fR [\fB\-u\fR \fIuser\fR] [\fB\-p\fR \fIpriority]" 4
.el .IP "\f(CW%start\fR [\fB\-u\fR \fIuser\fR] [\fB\-p\fR \fIpriority\fR]" 4
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rc.pod
============================================================================
$ cvs diff -u -r1.2 -r1.3 rc.pod
--- openpkg-src/openpkg/rc.pod 21 Nov 2003 19:29:31 -0000 1.2
+++ openpkg-src/openpkg/rc.pod 21 Nov 2003 21:26:51 -0000 1.3
@@ -164,16 +164,18 @@
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.
+A priority can be given for each section to control execution sequence
+if "C<all>" packages are given. Higher priority leads to earlier
+starting and later stopping. The priority is a number where low numbers
+mean high priority (numerically sorted for starting). If 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.
+Output generated on F<stdout> and F<stderr> is captured and normally
+suppressed. In case the sections script exits with a non-zero return
+value, the intercepted messages are consolidated, reformatted with a
+surrounding ASCII-art border and printed to F<stderr>. If the section
+is tagged with option B<-o>, F<stdout> messages are passed through
+verbatim, even if the section script exists with a zero return value.
=over 4
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rpm-config.8
============================================================================
$ cvs diff -u -r1.1 -r1.2 rpm-config.8
--- openpkg-src/openpkg/rpm-config.8 7 Sep 2003 08:25:56 -0000 1.1
+++ openpkg-src/openpkg/rpm-config.8 21 Nov 2003 21:26:51 -0000 1.2
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.34, Pod::Parser v1.13
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.13
.\"
.\" Standard preamble:
.\" ========================================================================
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rpmtool.8
============================================================================
$ cvs diff -u -r1.6 -r1.7 rpmtool.8
--- openpkg-src/openpkg/rpmtool.8 18 Jul 2003 20:34:08 -0000 1.6
+++ openpkg-src/openpkg/rpmtool.8 21 Nov 2003 21:26:51 -0000 1.7
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.34, Pod::Parser v1.13
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.13
.\"
.\" Standard preamble:
.\" ========================================================================
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7496 -r1.7497 news.txt
--- openpkg-web/news.txt 21 Nov 2003 21:16:30 -0000 1.7496
+++ openpkg-web/news.txt 21 Nov 2003 21:26:49 -0000 1.7497
@@ -1,3 +1,4 @@
+21-Nov-2003: Upgraded package: P<openpkg-20031121-20031121>
21-Nov-2003: Upgraded package: P<vorbis-tools-1.0.1-20031121>
21-Nov-2003: Upgraded package: P<vorbis-libs-1.0.1-20031121>
21-Nov-2003: Upgraded package: P<perl-dbi-20031121-20031121>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]