Changeset 44939 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Mar 6, 2013 8:39:10 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84145
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/pkginstall.sh
r44215 r44939 35 35 set -x 36 36 fi 37 DEBUGOPT=`set -o | sed -ne 's/^xtrace *on$/--sh-trace/p'` # propagate pkgadd -v37 DEBUGOPT=`set -o 2>/dev/null | sed -ne 's/^xtrace *on$/--sh-trace/p'` # propagate pkgadd -v 38 38 39 39 # If PKG_INSTALL_ROOT is undefined or NULL, redefine to '/' and carry on. -
trunk/src/VBox/Installer/solaris/postinstall.sh
r44215 r44939 20 20 currentzone=`zonename` 21 21 if test "$currentzone" = "global"; then 22 DEBUGOPT=`set -o | sed -ne 's/^xtrace *on$/--sh-trace/p'` # propagate pkgadd -v22 DEBUGOPT=`set -o 2>/dev/null | sed -ne 's/^xtrace *on$/--sh-trace/p'` # propagate pkgadd -v 23 23 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/pkginstall.sh --srv4 ${DEBUGOPT} 24 24 rc=$?
Note:
See TracChangeset
for help on using the changeset viewer.