Cross Reference:
xref
: /
illumos-gate
/
usr
/
src
/
pkgdefs
/
SUNWrtls
/
postremove
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
postremove revision 7c478bd95313f5f23a4c958a745db2134aa03244
0
N/A
#!/
sbin
/
sh
797
N/A
#
0
N/A
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0
N/A
# Use is subject to license terms.
0
N/A
#
0
N/A
# ident "%Z%%M% %I% %E% SMI"
553
N/A
#
0
N/A
553
N/A
BD
=${
BASEDIR
:-/}
0
N/A
if
grep
-w
rtls
$BD
/
etc
/
name_to_major
> /
dev
/
null
2
>&
1
0
N/A
then
0
N/A
rem_drv
-b ${
BD
}
rtls
0
N/A
if
[ $? -
ne
0
]
0
N/A
then
0
N/A
exit
1
0
N/A
fi
0
N/A
fi
0
N/A
exit
0
0
N/A