postinstall revision 6f45ec7b0b964c3be967c4880e8867ac1e7763a5
375N/A# The contents of this file are subject to the terms of the 375N/A# Common Development and Distribution License (the "License"). 375N/A# You may not use this file except in compliance with the License. 375N/A# See the License for the specific language governing permissions 375N/A# and limitations under the License. 375N/A# When distributing Covered Code, include this CDDL HEADER in each 375N/A# If applicable, add the following below this CDDL HEADER, with the 375N/A# fields enclosed by brackets "[]" replaced with your own identifying 375N/A# information: Portions Copyright [yyyy] [name of copyright owner] 375N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 375N/A# Use is subject to license terms. 375N/A# ident "%Z%%M% %I% %E% SMI" 375N/A# POLICY='read_priv_set=net_rawaccess write_priv_set=net_rawaccess' 375N/A# Select the correct add_drv options to execute. 375N/Aif [
"${BASEDIR}" =
"/" ];
then 375N/A # Irrespective of whether hardware exists 375N/A # or not don't attempt to attach driver 375N/A # to the hardware. This is to avoid problems 375N/A # with installing a 32 bit driver on a 64 bit 375N/A # for reconfigure reboot 1699N/A# Make sure add_drv has *not* been previously executed 1699N/A# before attempting to add the driver. 375N/A echo "\nFailed add_drv!\n" >&
2