diff options
author | Lida.Horn <Lida.Horn@Sun.COM> | 2009-04-23 19:44:15 -0700 |
---|---|---|
committer | Lida.Horn <Lida.Horn@Sun.COM> | 2009-04-23 19:44:15 -0700 |
commit | 815333cb534e59a36be184d883db439119908d28 (patch) | |
tree | acdae74712c7947949f9fa878acc12119d00b1dc /usr/src | |
parent | fda6624021ffe01adf1af44f72ae4fb3ba65c1e8 (diff) | |
download | illumos-joyent-815333cb534e59a36be184d883db439119908d28.tar.gz |
6821059 SUNWibsdp package issues
6824335 preremove script for SUNWibsdpib package is broken and does not work.
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/pkgdefs/SUNWibsdp/depend | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | usr/src/pkgdefs/SUNWibsdpib/preremove | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/pkgdefs/SUNWibsdp/depend b/usr/src/pkgdefs/SUNWibsdp/depend index 428b2c6665..e76ee954ec 100644 --- a/usr/src/pkgdefs/SUNWibsdp/depend +++ b/usr/src/pkgdefs/SUNWibsdp/depend @@ -19,10 +19,9 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" # # This package information file defines software dependencies associated # with the pkg. You can define three types of pkg dependencies with this file: @@ -51,3 +50,4 @@ P SUNWcsd Core Solaris Devices P SUNWcsl Core Solaris Libraries P SUNWib Sun Infiniband Framework P SUNWipoib Sun IP over Infiniband +P SUNWibsdpib Sun InfiniBand Sockets Direct Protocol diff --git a/usr/src/pkgdefs/SUNWibsdpib/preremove b/usr/src/pkgdefs/SUNWibsdpib/preremove index b516a39bb7..9fa8c77446 100755..100644 --- a/usr/src/pkgdefs/SUNWibsdpib/preremove +++ b/usr/src/pkgdefs/SUNWibsdpib/preremove @@ -1,8 +1,7 @@ #!/bin/sh # -# ident "%Z%%M% %I% %E% SMI" # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -15,6 +14,6 @@ then fi # Remove Drivers -rem_drv ${BASEDIR} sdpib +rem_drv ${BASEDIR_OPT} sdpib exit 0 |