diff options
| author | as158974 <none@none> | 2005-10-24 07:04:46 -0700 |
|---|---|---|
| committer | as158974 <none@none> | 2005-10-24 07:04:46 -0700 |
| commit | 31ff32203dc8db075d85f2f942bbf2f79eb77dc4 (patch) | |
| tree | 39f34aee08e7f3d531844e2f647331441b7ad969 /usr/src | |
| parent | 7f63b8c301509bdd1176e2db41c3c20d7666a2de (diff) | |
| download | illumos-joyent-31ff32203dc8db075d85f2f942bbf2f79eb77dc4.tar.gz | |
6302786 uupgrade does not copy /dev/rmt links from source to target BE on x86 due broken SUNWcsd preinstall
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 |
