Home | History | Annotate | Download | only in SUNWaac
      1 #!/sbin/sh
      2 #
      3 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
      4 # Use is subject to license terms.
      5 #
      6 # ident	"%Z%%M%	%I%	%E% SMI"
      7 #
      8 
      9 BD=${BASEDIR:-/}
     10 if grep "\<aac\>" $BD/etc/name_to_major > /dev/null 2>&1
     11 then
     12 	rem_drv -b ${BD} aac
     13 fi
     14 exit 0
     15