summaryrefslogtreecommitdiff
path: root/smf/debian/control
blob: a5d16120b871b819b0a0d681e4a65c61dd5c4ae6 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: smf
Section: admin
Priority: required
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 debhelper ( >= 8 ),
Standards-Version: 3.9.2
Homepage: http://illumos.org/

Package: smf-base
Essential: yes
Priority: required
Section: admin
Architecture: all
Depends: ${misc:Depends}
Description: service management facility (SMF): shared files
 SMF is a framework that handles system boot-up, process management, and
 self-healing. It addresses the shortcomings of startup scripts and creates
 an infrastructure to manage daemons after the host has booted.
 .
 This package includes shared scripts, manifests, milestones, etc.

Package: smf-utils
Essential: yes
Priority: required
Section: admin
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: service management facility (SMF): utilities
 SMF is a framework that handles system boot-up, process management, and
 self-healing. It addresses the shortcomings of startup scripts and creates
 an infrastructure to manage daemons after the host has booted.
 .
 This package includes:
 svcs     - service status listing,
 svcadm   - administrative actions,
 svccfg   - property modification, can be batch or interactive mode,
 svcprop  - property reporting, suitable for scripting,
 inetadm  - administrative and property modification for inetd services,
 inetconv - convert legacy inetd.conf entries to SMF manifest and service.

Package: smf-init
Essential: yes
Priority: required
Section: admin
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends},
# for restore_repository:
 sqlite,
 libz1-oi, libxml2-oi
Description: service management facility (SMF): core binaries
 SMF is a framework that handles system boot-up, process management, and
 self-healing. It addresses the shortcomings of startup scripts and creates
 an infrastructure to manage daemons after the host has booted.
 .
 This package includes:
 /sbin/init               - SMF aware init program,
 /lib/svc/bin/svc.startd  - master restarter,
 /lib/svc/bin/svc.configd - repository daemon,
 /lib/svc/bin/mfstscan    - manifest change detection utility,
 /lib/svc/bin/lsvcrun     - run an rc?.d script as a SMF service,
 /lib/svc/bin/restore_repository - shell script used by svc.configd,
 /usr/lib/inet/inetd      - restarter for inet services.