Cross Reference:
xref
: /
illumos-gate
/
usr
/
src
/
pkgdefs
/
SUNWibsdpib
/
preremove
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
preremove revision 74e20cfe817b82802b16fac8690dadcda76f54f5
#!/
bin
/
sh
#
# ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
PATH
=
"/
usr
/
bin
:/
usr
/
sbin
:${PATH}"
export
PATH
if
[
"${BASEDIR:=/}"
!=
"/"
]
then
BASEDIR_OPT
=
"-b
$BASEDIR
"
fi
# Remove Drivers
rem_drv
${
BASEDIR
}
sdpib
exit
0