36 lines
1020 B
Plaintext
36 lines
1020 B
Plaintext
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).
|
|
|