diff options
author | Alexander Eremin <a.eremin@nexenta.com> | 2015-12-11 08:40:59 -0800 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2015-12-14 10:36:40 -0500 |
commit | 003a15e8c33d09669429b8c89e5832aac8b92828 (patch) | |
tree | 01f72fd80a91eaf0e3df6e27ef46628de79a4229 /usr/src/cmd/svc | |
parent | d50bcaae2118610560f2b107d0d282315e47e4e4 (diff) | |
download | illumos-gate-003a15e8c33d09669429b8c89e5832aac8b92828.tar.gz |
6506 wrong prop_pattern name in restarter service manifest
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/svc')
-rw-r--r-- | usr/src/cmd/svc/milestone/restarter.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/milestone/restarter.xml b/usr/src/cmd/svc/milestone/restarter.xml index 0d10c5881b..4d66ab3043 100644 --- a/usr/src/cmd/svc/milestone/restarter.xml +++ b/usr/src/cmd/svc/milestone/restarter.xml @@ -2,6 +2,7 @@ <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <!-- Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. + Copyright 2015 Nexenta Systems, Inc. All rights reserved. CDDL HEADER START @@ -391,7 +392,7 @@ Start no services. </value> </constraints> </prop_pattern> - <prop_pattern name='info_event_all' type='boolean' + <prop_pattern name='info_events_all' type='boolean' required='false'> <description> <loctext xml:lang='C'> |