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/cmd/cmd-crypto/cryptoadm/cryptoadm.h | |
parent | 0fc6d498185b06c2beaf40629f05a8ea495547a0 (diff) | |
download | illumos-gate-baf2c95cb7af3bdff76a3e6693e566e0b8b75bc4.tar.gz |
backout 6449514/6686002/6686004/6700122: needs more work
Diffstat (limited to 'usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h')
-rw-r--r-- | usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h b/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h index d1891d4b0f..0bbf82101c 100644 --- a/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h +++ b/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -37,7 +37,7 @@ extern "C" { #endif #define _PATH_KCF_CONF "/etc/crypto/kcf.conf" -#define _PATH_KCFD "/lib/crypto/kcfd" +#define _PATH_KCFD "/usr/lib/crypto/kcfd" #define TMPFILE_TEMPLATE "/etc/crypto/admXXXXXX" #define ERROR_USAGE 2 |