diff options
-rw-r--r-- | solaris/ChangeLog | 6 | ||||
-rw-r--r-- | solaris/README.txt | 18 |
2 files changed, 17 insertions, 7 deletions
diff --git a/solaris/ChangeLog b/solaris/ChangeLog index 17f516f0..5cd9cfac 100644 --- a/solaris/ChangeLog +++ b/solaris/ChangeLog @@ -1,3 +1,9 @@ +2005-08-16 Paul Jakma <paul.jakma@sun.com> + + * README.txt: point to the opensolaris.org sources for the SMF + manifest class scripts. Make step 3 slightly more explicit about + what 'this directory' is. + 2005-06-15 Paul Jakma <paul.jakma@sun.com> * quagga.xml.in: Pass the FMRI to the method, removing need for diff --git a/solaris/README.txt b/solaris/README.txt index 6dde5941..811e9d0f 100644 --- a/solaris/README.txt +++ b/solaris/README.txt @@ -5,13 +5,17 @@ Requirements: - Development environment including gcc (eg as shipped with Solaris 10) -- The Package tools from S10 +- The Package tools from Solaris 10 or Solaris Nevada/Express. - i.manifest and r.manifest scripts as supplied with Solaris Express - in /usr/sadm/install/scripts/ or alternatively from the - download/binaries/solaris/ directory on quagga.net. i.manifest must be at - least version 1.5. You can place these scripts in this directory if you - are using Solaris 10 GA (which does not ship with these scripts). + in /usr/sadm/install/scripts/ or from OpenSolaris.org: + + http://cvs.opensolaris.org/source/xref/usr/src/pkgdefs/common_files/i.manifest + http://cvs.opensolaris.org/source/xref/usr/src/pkgdefs/common_files/r.manifest + + i.manifest must be at least version 1.5. Place these scripts in + this directory if you are using Solaris 10 GA (which does not ship with + these scripts), or in the solaris/ directory in the Quagga source. Package creation instructions: @@ -34,8 +38,8 @@ use of DESTDIR to install to an alternate root, eg: gmake DESTDIR=/var/tmp/qroot install -3. In this directory, run make packages, specifying DESTDIR if appropriate, -eg: +3. In this directory (solaris/), run make packages, specifying DESTDIR if +appropriate, eg: gmake DESTDIR=/var/tmp/qroot packages |