diff options
| author | Philippe Jung <Philippe.Jung@Sun.COM> | 2008-09-03 00:00:40 -0700 |
|---|---|---|
| committer | Philippe Jung <Philippe.Jung@Sun.COM> | 2008-09-03 00:00:40 -0700 |
| commit | 70cbfe41f2338b77c15f79c6625eca6e70c412f3 (patch) | |
| tree | 7dd8cf514b3381d51819a68779f3a64e48cebc97 /usr/src/cmd/svc/common/manifest_hash.h | |
| parent | 28a27262607274108141b82c5960bbaa1b3a9aae (diff) | |
| download | illumos-joyent-70cbfe41f2338b77c15f79c6625eca6e70c412f3.tar.gz | |
6438829 SMF svcs are not removed when performing a pkgrm in an alternate root
Diffstat (limited to 'usr/src/cmd/svc/common/manifest_hash.h')
| -rw-r--r-- | usr/src/cmd/svc/common/manifest_hash.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/common/manifest_hash.h b/usr/src/cmd/svc/common/manifest_hash.h index e641fbdcd1..ec718b9c76 100644 --- a/usr/src/cmd/svc/common/manifest_hash.h +++ b/usr/src/cmd/svc/common/manifest_hash.h @@ -19,14 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _MANIFEST_HASH_H #define _MANIFEST_HASH_H -#pragma ident "%Z%%M% %I% %E% SMI" #include <sys/types.h> #include <libscf.h> @@ -50,7 +49,7 @@ extern "C" { #define MHASH_RECONCILED (1) #define MHASH_FAILURE (-1) -char *mhash_filename_to_propname(const char *); +char *mhash_filename_to_propname(const char *, boolean_t); int mhash_retrieve_entry(scf_handle_t *, const char *, uchar_t *); int mhash_store_entry(scf_handle_t *, const char *, uchar_t *, char **); int mhash_test_file(scf_handle_t *, const char *, uint_t, char **, uchar_t *); |
