dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / syseventd / etc / README
blob27287c08c029c2cf7711139ea455da891a710562
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License, Version 1.0 only
6 # (the "License").  You may not use this file except in compliance
7 # with the License.
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
20 # CDDL HEADER END
23 # ident "%Z%%M% %I%     %E% SMI"
25 # Copyright (c) 2001 by Sun Microsystems, Inc.
26 # All rights reserved.
27
29 Configuration files for syseventd(1M).
31 These files are not intended to be edited and any changes made
32 will not be preserved across upgrades.
34 The format for file names in this directory is:
36         <vendor>,[<publisher>,][<class>,[<subclass>,]]sysevent.conf
38 Files with a suffix other than ',sysevent.conf' are ignored.
40 After making a change to a file in this directory, restart the
41 syseventd daemon by issuing:
43         pkill -HUP syseventd
46 The format for each line in a sysevent.conf file is:
48         <class> <subclass> <vendor> <publisher> <user> <reserved1>
49                 <reserved2> <path> <arguments>
51 <class>, <subclass>, <vendor> or <publisher> may be "-" to
52 match any class, subclass, vendor or publisher, respectively.
54 <user> may be "-" for commands to be invoked as root, or a
55 valid user name.
57 <reserved1> and <reserved2> must be "-".
59 <path> must be the path of the command to be invoked in response
60 to the event, and must be executable by <user>.
62 <arguments> are optional, and may be any arbitrary arguments
63 for the command to be invoked.  Macros may be used to substitute
64 actual parameters from the matching event on the command line.