diff options
| author | cy152378 <none@none> | 2008-03-25 07:11:19 -0700 |
|---|---|---|
| committer | cy152378 <none@none> | 2008-03-25 07:11:19 -0700 |
| commit | 627351e35aacd29d28d29ff70845f23e5b0da5c8 (patch) | |
| tree | 82f83565ead24daf64bbf8a60d6cbc746072297e /usr/src/cmd/fm/scripts | |
| parent | 4568bee7eb526744ad873b26264367b35234c9f4 (diff) | |
| download | illumos-joyent-627351e35aacd29d28d29ff70845f23e5b0da5c8.tar.gz | |
6430447 Notifications (message, SNMP trap) should be generated in response to a list.repaired event
6502956 repair events should be logged
Diffstat (limited to 'usr/src/cmd/fm/scripts')
| -rw-r--r-- | usr/src/cmd/fm/scripts/dictck.pl | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/cmd/fm/scripts/dictck.pl b/usr/src/cmd/fm/scripts/dictck.pl index af93c42e4f..f0a3d144d9 100644 --- a/usr/src/cmd/fm/scripts/dictck.pl +++ b/usr/src/cmd/fm/scripts/dictck.pl @@ -3,9 +3,8 @@ # 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. @@ -20,10 +19,9 @@ # # CDDL HEADER END # -# # ident "%Z%%M% %I% %E% SMI" # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # @@ -187,7 +185,7 @@ sub dodict { foreach my $e (split(/\s/, $lhs)) { die "$name:$line: unknown event type \"$e\"\n" unless $e =~ - /^(fault|defect|upset|ereport)\..*[^.]$/; + /^(fault|defect|upset|ereport|list)\..*[^.]$/; die "$name:$line: key repeated: \"$e\"\n" if defined($keys{$e}); $keys{$e} = 1; |
