diff options
author | suha <none@none> | 2008-08-04 17:16:15 -0700 |
---|---|---|
committer | suha <none@none> | 2008-08-04 17:16:15 -0700 |
commit | baf2c95cb7af3bdff76a3e6693e566e0b8b75bc4 (patch) | |
tree | fe4bcc4a084150e638ef9489cb69bca4c685d4fb /usr/src/pkgdefs/SUNWopenssl-commands | |
parent | 0fc6d498185b06c2beaf40629f05a8ea495547a0 (diff) | |
download | illumos-gate-baf2c95cb7af3bdff76a3e6693e566e0b8b75bc4.tar.gz |
backout 6449514/6686002/6686004/6700122: needs more work
Diffstat (limited to 'usr/src/pkgdefs/SUNWopenssl-commands')
-rw-r--r-- | usr/src/pkgdefs/SUNWopenssl-commands/prototype_com | 7 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 | 11 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc | 11 |
3 files changed, 16 insertions, 13 deletions
diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com index 778e71e12d..3f916b39b2 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com @@ -44,6 +44,7 @@ i depend # SUNWopenssl-commands # d none usr 755 root sys -d none usr/bin 755 root bin -f none usr/bin/openssl 555 root bin -f none usr/bin/CA.pl 555 root bin +d none usr/sfw 755 root bin +d none usr/sfw/bin 755 root bin +f none usr/sfw/bin/openssl 555 root bin +f none usr/sfw/bin/CA.pl 555 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 index e1f4d80fc1..92d0c5b137 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 @@ -2,8 +2,9 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "%Z%%M% %I% %E% SMI" @@ -45,5 +46,5 @@ # # SUNWopenssl-commands # -d none usr/bin/amd64 755 root bin -f none usr/bin/amd64/openssl 555 root bin +d none usr/sfw/bin/amd64 755 root bin +f none usr/sfw/bin/amd64/openssl 555 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc index 2e47022932..4bb97cae63 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc @@ -2,8 +2,9 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "%Z%%M% %I% %E% SMI" @@ -45,5 +46,5 @@ # # SUNWopenssl-commands # -d none usr/bin/sparcv9 755 root bin -f none usr/bin/sparcv9/openssl 555 root bin +d none usr/sfw/bin/sparcv9 755 root bin +f none usr/sfw/bin/sparcv9/openssl 555 root bin |