]> git.proxmox.com Git - mirror_frr.git/commitdiff
2005-08-16 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Tue, 16 Aug 2005 17:23:15 +0000 (17:23 +0000)
committerpaul <paul>
Tue, 16 Aug 2005 17:23:15 +0000 (17:23 +0000)
* 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.

solaris/ChangeLog
solaris/README.txt

index 17f516f05d343290fca75243176a4351935919c4..5cd9cfaca37b9985150852b0f7f787046f0d8424 100644 (file)
@@ -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
index 6dde59410dc640c0398547c8e096d2c42c6e5cd8..811e9d0fd42a3c0a8c42e8202e0ce3b19346e566 100644 (file)
@@ -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