summaryrefslogtreecommitdiff
path: root/svc.configd/debian/control
blob: a2e5abc8607888b91d60fe2a8bc3ffbbb7881164 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: svc.configd
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 gcc-multilib,
 illumos-source-2.10,
 libsmbios1-dev [illumos-amd64 illumos-i386],
 lib32smbios1-dev [illumos-amd64 illumos-i386],
 lib32nvpair1-dev [illumos-amd64], libnvpair1-dev,
 lib32uutil1-dev [illumos-amd64], libuutil1-dev,
 libsqlite0-dev,
 quilt,
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org


Package: svc.configd
Section: admin
Priority: required
Essential: yes
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: sqlite (= 2.8.17-7+dyson1)
Replaces: smf-init (= 5.11.0-1~5)
Description: service management facility repository daemon
 svc.configd is the repository daemon for the Service Management Facility
 (SMF). svc.configd is invoked automatically during system startup, and
 restarted if any failures occur. svc.configd should never be invoked directly.
 .
 Interaction with svc.configd is by way of libscf and the command line tools:
 svcs, svcprop, svcadm, and svccfg.
 .
 Service Management Facility (SMF) is a feature of the illumos operating
 system that creates a supported, unified model for services and service
 management on each system and replaces SysV init.d scripts.

Package: libscf1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: service configuration facility library
 This package contains libscf shared library.
 .
 The libscf library defines the interface for reading, writing, and
 manipulating SMF service configurations.
 .
 Service Management Facility (SMF) is a feature of the illumos operating
 system that creates a supported, unified model for services and service
 management on each system and replaces SysV init.d scripts.

Package: libscf1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libscf-dev
Depends: libscf1 (= ${binary:Version}), ${misc:Depends}, libc1-dev,
 libnvpair1-dev
Description: service configuration facility library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libscf.
 .
 The libscf library defines the interface for reading, writing, and
 manipulating SMF service configurations.
 .
 Service Management Facility (SMF) is a feature of the illumos operating
 system that creates a supported, unified model for services and service
 management on each system and replaces SysV init.d scripts.

Package: lib32scf1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: service configuration facility library (32 bit)
 This package contains libscf shared library.
 .
 The libscf library defines the interface for reading, writing, and
 manipulating SMF service configurations.
 .
 This is a 32-bit version of the library.

Package: lib32scf1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32scf-dev
Depends: lib32scf1 (= ${binary:Version}), libscf1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: service configuration facility library (32-bit development files)
 This package contains files needed to compile
 32-bit applications that use libscf.
 .
 The libscf library defines the interface for reading, writing, and
 manipulating SMF service configurations.