diff options
author | johnz <none@none> | 2008-08-01 22:40:33 -0700 |
---|---|---|
committer | johnz <none@none> | 2008-08-01 22:40:33 -0700 |
commit | cf170fc06cee7b670cc5ccf1fe83dce33fb2592b (patch) | |
tree | ac917a6ce4ae541523e82637a21e9787075a4ba2 /usr/src/pkgdefs/SUNWopenssl-commands | |
parent | f68cbde19e3ef99e6398b35f324dd995baa82758 (diff) | |
download | illumos-gate-cf170fc06cee7b670cc5ccf1fe83dce33fb2592b.tar.gz |
6449514 move OpenSSL from /usr/sfw to /usr, /lib
6686002 move /usr/lib/libkmf and plugins to /lib - PSARC 2007/674
6686004 move libcryptoutil and libelfsign from /usr/lib to /lib - PSARC 2007/674
6700122 cryptosvc should be able to start before filesystem/usr
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, 13 insertions, 16 deletions
diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com index 3f916b39b2..778e71e12d 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com @@ -44,7 +44,6 @@ i depend # SUNWopenssl-commands # d none usr 755 root sys -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 +d none usr/bin 755 root bin +f none usr/bin/openssl 555 root bin +f none usr/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 92d0c5b137..e1f4d80fc1 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (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. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "%Z%%M% %I% %E% SMI" @@ -46,5 +45,5 @@ # # SUNWopenssl-commands # -d none usr/sfw/bin/amd64 755 root bin -f none usr/sfw/bin/amd64/openssl 555 root bin +d none usr/bin/amd64 755 root bin +f none usr/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 4bb97cae63..2e47022932 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (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. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "%Z%%M% %I% %E% SMI" @@ -46,5 +45,5 @@ # # SUNWopenssl-commands # -d none usr/sfw/bin/sparcv9 755 root bin -f none usr/sfw/bin/sparcv9/openssl 555 root bin +d none usr/bin/sparcv9 755 root bin +f none usr/bin/sparcv9/openssl 555 root bin |