home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / adsc / install / request < prev   
Text File  |  1998-08-19  |  598b  |  15 lines

  1. #ident    "@(#)pkg.ihvhba:i386/pkg/ihvhba/adsc/request    1.1.2.1"
  2.  
  3. # Check if HBA was previously installed via the base package. 
  4. # This could be the case if this is an update installation
  5. # of the HBA package and the original HBA was installed via
  6. # the installation boot floppy.  If it was, create a reverse
  7. # dependency on the base package so that this package may
  8. # not be removed from the system unless the base package is
  9. # already removed (unlikely).
  10. grep "/etc/conf/mdevice.d/$PKGINST.*base$" /var/sadm/install/contents 2>&1 >/dev/null
  11. if [ $? -eq 0 ]
  12. then
  13.     echo CLASSES=\"$CLASSES dep\" >$1
  14. fi
  15.