summaryrefslogtreecommitdiff
path: root/smf-init/debian/control
blob: 6cdfe891d40d825743a72fc152f9ca5999d90451 (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
Source: smf-init
Section: admin
Priority: required
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 illumos-source-4.3,
 libscf-dev,
 libbsm-dev,
 libcontract-dev,
 libpam0g-dev,
 libzfs1-dev,
 quilt,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
 
Package: smf-init
Priority: required
Essential: yes
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SMF init program (/sbin/init)
 Service Management Facility (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 contains /sbin/init program which works with SMF, some tools
 related to booting and shutdown the system.
 .
 Also there are some dummy scripts to maintain compartibility with Debian,
 namely, invoke-rc.d and update-rc.d. This scripts, if invoked, print warnings
 and return 0 (success).