| Solaris |
|
|
These tarballs are intended to be installed over an existing OpenSolaris i386 or SPARC installation and provide ksh93s_final_20070111 for testing and evaluation purposed ONLY.Please report any problems/errors/bugs/comments to the ksh93-integration project bugzilla or the ksh93-integration mailinglist (please subscribe before posting).
Example for i386/AMD64:
$ cd /tmp $ wget http://www.opensolaris.org/os/project/ksh93-integration/downloads/ksh93_integration_20070318_snapshot_i386.tar.bz2 $ /usr/sfw/bin/openssl md5 ksh93_integration_20070318_snapshot_i386.tar.bz2 MD5(ksh93_integration_20070318_snapshot_i386.tar.bz2)= 1df38f1ade798a3fbff4f1250a8a211b # cd / # sync ; sync # bzcat </tmp/ksh93_integration_20070318_snapshot_i386.tar.bz2 | tar -xvof - # sync ; sync
Example for SPARC:
$ cd /tmp $ wget http://www.opensolaris.org/os/project/ksh93-integration/downloads/ksh93_integration_20070318_snapshot_sparc.tar.bz2 $ /usr/sfw/bin/openssl md5 ksh93_integration_20070318_snapshot_sparc.tar.bz2 MD5(ksh93_integration_20070318_snapshot_sparc.tar.bz2)= 2a594b17b22844443aef2154a164d020 # cd / # sync ; sync # bzcat </tmp/ksh93_integration_20070318_snapshot_sparc.tar.bz2 | tar -xvof - # sync ; sync
{{code}}/bin/bash
/bin/csh
/bin/jsh
/bin/ksh
/bin/ksh93
/bin/pfcsh
/bin/pfksh
/bin/pfsh
/bin/sh
/bin/tcsh
/bin/zsh
/sbin/jsh
/sbin/pfsh
/sbin/sh
/usr/bin/bash
/usr/bin/csh
/usr/bin/jsh
/usr/bin/ksh
/usr/bin/ksh93
/usr/bin/pfcsh
/usr/bin/pfksh
/usr/bin/pfsh
/usr/bin/sh
/usr/bin/tcsh
/usr/bin/zsh
/usr/sfw/bin/zsh
/usr/xpg4/bin/sh
{{/code}}
~--- ./test1_x86/usr/src/tools/env/opensolaris.sh Thu Sep 14 13:17:59 2006 +++ ./opensolaris.sh Sun Jul 30 00:50:08 2006 @@ -43,10 +43,10 @@ # This is a variable for the rest of the script - GATE doesn't matter to # nightly itself -GATE=testws; export GATE +GATE=test1_x86; export GATE # CODEMGR_WS - where is your workspace at (or what should nightly name it) -CODEMGR_WS="/export/$GATE"; export CODEMGR_WS +CODEMGR_WS="/home/test001/ksh93/on_build1/$GATE"; export CODEMGR_WS # Location of encumbered binaries. ON_CLOSED_BINS="$CODEMGR_WS/closed"; export ON_CLOSED_BINS
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.