summaryrefslogtreecommitdiff
path: root/syseventd/debian/control
blob: 79bd218b9f940ebef678cc64102d0b1c5adfd498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: syseventd
Section: admin
Priority: required
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 illumos-source-2.10,
 devfsadm-dev,
 libdevid1-dev,
 libnvpair-dev,
 librcm1-dev,
 libsysevent1-dev,
 libzfs1-dev,
 quilt,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
 
Package: syseventd
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: kernel system event notification daemon
 syseventd is a user-level daemon that accepts delivery of system event buffers
 from the kernel. Once an event buffer has been delivered to syseventd, it, in
 turn, attempts to propagate the event to all interested end event subscribers.
 .
 Event subscribers take the form of a syseventd loadable module
 (SLM). syseventd passes the event buffer to each of its subscribers and
 in return expects a notification as to the successful or unsuccessful
 delivery attempt.
 .
 Upon successful delivery of the event buffer to all interested event
 subscribers, syseventd frees the event buffer from the kernel event queue.