diff options
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/pkgdefs/SUNWcsd/preinstall | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/usr/src/pkgdefs/SUNWcsd/preinstall b/usr/src/pkgdefs/SUNWcsd/preinstall index 3154552c2f..90ce40539f 100644 --- a/usr/src/pkgdefs/SUNWcsd/preinstall +++ b/usr/src/pkgdefs/SUNWcsd/preinstall @@ -20,24 +20,12 @@ # CDDL HEADER END # # -# Copyright (c) 1994, 1998, 2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" # -# SUNWcsd preinstall script - clean up various existing device entries -# - -# -# If upgrading from an x86 system which has no st driver, remove -# any existing /dev/rmt/* nodes. -# -if [ ! -f $BASEDIR/kernel/drv/st -a -d $BASEDIR/dev/rmt ]; then - rm -f $BASEDIR/dev/rmt/* -fi - -# # Remove old pseudo-device entries # if [ -d $BASEDIR/devices/pseudo -a -c $BASEDIR/devices/pseudo/clone:arp ]; then |
