OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-doc Date: 21-Jan-2003 12:13:56
Branch: HEAD Handle: 2003012111135500
Modified files:
openpkg-doc/handbook 00TODO openpkg.xml
Log:
Clarify platforms and expected level of support.
Summary:
Revision Changes Path
1.22 +25 -0 openpkg-doc/handbook/00TODO
1.65 +21 -42 openpkg-doc/handbook/openpkg.xml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-doc/handbook/00TODO
============================================================================
$ cvs diff -u -r1.21 -r1.22 00TODO
--- openpkg-doc/handbook/00TODO 3 Jan 2003 18:04:00 -0000 1.21
+++ openpkg-doc/handbook/00TODO 21 Jan 2003 11:13:55 -0000 1.22
@@ -28,6 +28,7 @@
- Index.
- Glossary.
- Handbuch Build issues.
+- Split Porting to Developerkapitel
General
- Schreib mal Beispiele mehr.
@@ -185,4 +186,28 @@
7. Any package using %option _has_ to require at least "openpkg >=
20030103".
+
+----
+
+If userid and groupid text is still too vague, then consider roles:
+
+opkg This is the use/group set that would be used by normal users on
+ the system, and the top level directory would have the
+ appropriate permissions for their use. As an example, if the
+ package were accounting related data that should only be
+ accessible from the accounting group, the top level directory
+ might have 750 permissions restricting access to people in that
+ group.
+
+ This group would only have write access in the appropriate data
+ areas necessary to run the software.
+
+opkg-root This is the manager with full read/write permissions throughout
+ the opkg tree.
+
+opkg-devel Developer access which would have read/write access to
+ everything under the %{l_prefix}/RPM tree except for
+ %{l_prefix}/RPM/DB where they would only have read access.
+
+-- Bill CAMPBELL, [EMAIL PROTECTED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-doc/handbook/openpkg.xml
============================================================================
$ cvs diff -u -r1.64 -r1.65 openpkg.xml
--- openpkg-doc/handbook/openpkg.xml 15 Jan 2003 11:09:44 -0000 1.64
+++ openpkg-doc/handbook/openpkg.xml 21 Jan 2003 11:13:55 -0000 1.65
@@ -979,7 +979,7 @@
<itemizedlist>
<listitem>
<simpara>
- (Un)officially supported OS
+ Supported OS
</simpara>
</listitem>
<listitem>
@@ -1004,81 +1004,60 @@
</listitem>
</itemizedlist>
<sect2 id='support-official'>
- <title>Officially Supported Platforms</title>
+ <title>Fully Supported Platforms</title>
<para>
As a practicality, the current OpenPKG has been implemented to run on
three (Solaris, Linux, FreeBSD) of the most commonly found Internet
- server platforms<footnote><para>Precisely, the officially supported
- operating systems are Sun Solaris 9 (SPARC), Debian GNU/Linux 3.0
- (ix86), Red Hat Linux 7.2 (ix86), and FreeBSD 4.7
- (ix86).</para></footnote>. These platforms fully support all
- functionality of OpenPKG and have native packages built to order on
- OpenPKG servers supplying packages to the official OpenPKG ftp server
- <ulink url='ftp://ftp.openpkg.org/'>ftp://ftp.openpkg.org</ulink> and
- web site <ulink url='http://www.openpkg.org/'>OpenPKG</ulink>.
+ server platforms<footnote><para>Precisely, the fully supported
+ operating systems are Sun Solaris 8/9 (SPARC64), Debian Linux 2/3
+ (ix86), and FreeBSD 4/5 (ix86).</para></footnote>. These platforms
+ fully support all functionality of OpenPKG and have native packages
+ built to order on OpenPKG servers supplying packages to the official
+ OpenPKG ftp server <ulink
+ url='ftp://ftp.openpkg.org/'>ftp://ftp.openpkg.org</ulink> and web
+ site <ulink url='http://www.openpkg.org/'>OpenPKG</ulink>.
<itemizedlist>
<listitem>
<simpara>
- Solaris 9 (SPARC)
+ Solaris 8/9 (SPARC64)
</simpara>
</listitem>
<listitem>
<simpara>
- FreeBSD 4.7 (ix86)
+ FreeBSD 4/5 (ix86)
</simpara>
</listitem>
<listitem>
<simpara>
- Debian GNU/Linux 3.0 (ix86)
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- RedHat 7.2 (ix86)
+ Debian Linux 2/3 (ix86)
</simpara>
</listitem>
</itemizedlist>
</para>
</sect2>
<sect2 id='support-unofficial'>
- <title>Unofficially Supported Platforms</title>
+ <title>Partially Supported Platforms</title>
<para>
- There are additional platforms which are unofficially supported due to
- lack of testing resources (and number of brains and hands) at OpenPKG
- ground zero.<footnote><para>The unofficially supported operating
- systems are Solaris [678] (SPARC), Solaris 8 (ix86), FreeBSD 4.[0-6]
- (ix86), FreeBSD 5.0 (ix86), Debian 2.2 (ix86), and Red Hat 7.[01]
+ There are additional platforms which are only partially supported due
+ to lack of testing resources (and number of brains and hands) at
+ OpenPKG ground zero.<footnote><para>The partially supported operating
+ systems are Solaris 2.6, 7 (SPARC64) and Red Hat 7.[0-2], 8.0
(ix86).</para></footnote>. In other words, they are not in enough
day-to-day use during OpenPKG package testing to guarantee complete
functionality on a regular basis. Due to mounting interest, other
platforms have been tried, tested, and are in use. They are known to
work, but are not offically supported for similar resource limits.
- Such platforms as NetBSD, OpenBSD, Tru64, and HP-UX belong to this
+ Platforms such as HP-UX, Tru64, NetBSD, and OpenBSD belong to this
category.
<itemizedlist>
<listitem>
<simpara>
- Solaris 6, 7, 8 (SPARC)
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- Solaris 8 (ix86)
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- FreeBSD 4.[0-6] (ix86)
- </simpara>
- </listitem>
- <listitem>
- <simpara>
- Debian GNU/Linux 2.2 (ix86)
+ RedHat 7.[0-2], 8.0 (ix86)
</simpara>
</listitem>
<listitem>
<simpara>
- RedHat 7.[01] (ix86)
+ Solaris 2.6, 7 (SPARC64)
</simpara>
</listitem>
</itemizedlist>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]