[csw-devel] SF.net SVN: gar:[17810] csw/mgar/pkg/opencsw-manual/trunk/files

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Apr 22 15:54:31 CEST 2012


Revision: 17810
          http://gar.svn.sourceforge.net/gar/?rev=17810&view=rev
Author:   dmichelsen
Date:     2012-04-22 13:54:31 +0000 (Sun, 22 Apr 2012)
Log Message:
-----------
opencsw-manual/trunk: Clarification about Solaris 8/9

Modified Paths:
--------------
    csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst
    csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst	2012-04-22 13:49:18 UTC (rev 17809)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/getting-started.rst	2012-04-22 13:54:31 UTC (rev 17810)
@@ -2,23 +2,29 @@
 Getting started
 ---------------
 
-OpenCSW uses a tool named pkgutil on top of the Solaris packaging utilities to
+OpenCSW uses a tool named pkgutil_ on top of the Solaris packaging utilities to
 automatically download, install and update packages. It needs to be installed
 manually once, after that all maintenance is done via pkgutil.
 
+.. _pkgutil: http://pkgutil.net
+
 On a Solaris 10 system, you can use the capacity of pkgadd to download
 and install it via http in one step::
 
   pkgadd -d http://get.opencsw.org/now
 
-On Solaris 8 and 9 you need to download the package manually, e.g. using wget
+You may need to specify a proxy with ``-x <proxy>:<port>``, be aware that there are
+known issues with Squid and possibly other proxies.
+
+On Solaris 8 and 9 (or 10 if you have issues with the above ``pkgadd``)
+you need to download the package manually, e.g. using wget
 and then install it::
 
   wget http://mirror.opencsw.org/opencsw/pkgutil.pkg
   pkgadd -d pkgutil.pkg all
 
-For easy access to OpenCSW programs, put ``/opt/csw/bin`` in front of PATH,
-and ``/opt/csw/share/man`` in front of MANPATH.
+For easy access to OpenCSW programs, put ``/opt/csw/bin`` in front of ``PATH``,
+and ``/opt/csw/share/man`` in front of ``MANPATH``.
 
 You can now start installing packages. For a list of available packages use::
 
@@ -187,3 +193,7 @@
 
 Layout of the mirror
 ====================
+
+Footnotes
+=========
+

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst	2012-04-22 13:49:18 UTC (rev 17809)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-developers/index.rst	2012-04-22 13:54:31 UTC (rev 17810)
@@ -24,3 +24,5 @@
   CPPFLAGS="-I/opt/csw/include"
   LDFLAGS="-L/opt/csw/lib/64 -R/opt/csw/lib/64"
   PKG_CONFIG_PATH="/opt/csw/lib/64/pkgconfig"
+
+XXX: LD_LIBRARY_PATH considered harmful, http://linuxmafia.com/faq/Admin/ld-lib-path.html

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list