#!/bin/csh -f # # run_swmtool # set PKGDIR=`cd $1;/bin/pwd` xhost +`uname -n` clear; clear echo " " echo "To install, your Super User password is needed." echo " " echo "After entering your Super User password, the system supplied" echo "Software Manager, swmtool, will be started for the installation." echo " " echo "For additional information on the use of Software Manager, press" echo "the 'Help' key after it appears on the screen; or see: " echo " " echo " Solaris 2.x Software Manager Administrator's Guide " echo " " echo " " echo "Please enter your Super User password now..." echo " " #/bin/su root -c "setenv LD_LIBRARY_PATH $OPENWINHOME/lib; /usr/sbin/swmtool -d $PKGDIR/`uname -p`" /bin/su - root -c "$CDHOME/bin/swmtl $OPENWINHOME $PKGDIR/`uname -p`" echo " " echo "Press Return to Exit" set junk = $< exit 0