diff options
author | Liane Praza <Liane.Praza@Sun.COM> | 2008-10-20 14:39:03 -0700 |
---|---|---|
committer | Liane Praza <Liane.Praza@Sun.COM> | 2008-10-20 14:39:03 -0700 |
commit | 1f6eb0216cb17ca5fdff9563329f1dda47c8b801 (patch) | |
tree | effd496082281578b99a9135bce175687ab2483b /usr/src/lib/libscf/common/error.c | |
parent | 376a7c81d94b461c5a3a73422b53976daac2bab4 (diff) | |
download | illumos-joyent-1f6eb0216cb17ca5fdff9563329f1dda47c8b801.tar.gz |
PSARC/2008/350 SMF Template Extensions
5100079 svccfg should use restarter-specific templates to validate services
6191768 consadm manifest does not define a stop method
6198434 service_bundle.dtd.1 claims exclude_all requires dependencies to be non-online
Diffstat (limited to 'usr/src/lib/libscf/common/error.c')
-rw-r--r-- | usr/src/lib/libscf/common/error.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libscf/common/error.c b/usr/src/lib/libscf/common/error.c index 0bbfe84992..70b62f9686 100644 --- a/usr/src/lib/libscf/common/error.c +++ b/usr/src/lib/libscf/common/error.c @@ -24,8 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "libscf_impl.h" #include <assert.h> @@ -67,6 +65,7 @@ static struct scf_error_info { {SCF_ERROR_HANDLE_DESTROYED, "object bound to destroyed handle"}, {SCF_ERROR_VERSION_MISMATCH, "incompatible SCF version"}, {SCF_ERROR_DELETED, "object has been deleted"}, + {SCF_ERROR_TEMPLATE_INVALID, "template data is invalid"}, {SCF_ERROR_CALLBACK_FAILED, "user callback function failed"}, |