changeset 10579:1cdfcf4400ac

6510325 auditd's hard dependency on syslog is dubious
author Marek Pospisil <Marek.Pospisil@Sun.COM>
date Fri, 18 Sep 2009 01:55:30 -0700
parents cfcdaad2f225
children 030e7fb9c81f
files usr/src/cmd/auditd/auditd.xml
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/auditd/auditd.xml	Fri Sep 18 10:51:23 2009 +0530
+++ b/usr/src/cmd/auditd/auditd.xml	Fri Sep 18 01:55:30 2009 -0700
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 <!--
- Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  Use is subject to license terms.
 
  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.
@@ -24,8 +23,6 @@
 
  CDDL HEADER END
 
-    ident	"%Z%%M%	%I%	%E% SMI"
-
     NOTE:  This service manifest is not editable; its contents will
     be overwritten by package or patch operations, including
     operating system upgrade.  Make customizations in a different
@@ -60,7 +57,7 @@
 	<dependency
 		name='syslog'
 		type='service'
-		grouping='require_all'
+		grouping='optional_all'
 		restart_on='none'>
 		<service_fmri value='svc:/system/system-log' />
 	</dependency>