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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
Source: svc.startd
Section: admin
Priority: required
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib [illumos-amd64],
illumos-source-4.3,
libnvpair1-dev , lib32nvpair1-dev [illumos-amd64] ,
libpool1-dev , lib32pool1-dev [illumos-amd64] ,
libproject1-dev , lib32project1-dev [illumos-amd64] ,
libscf1-dev , lib32scf1-dev [illumos-amd64] ,
libsysevent1-dev , lib32sysevent1-dev [illumos-amd64] ,
libuutil1-dev , lib32uutil1-dev [illumos-amd64] ,
libcontract1-dev,
libfmevent1-dev,
quilt,
symlinks,
Standards-Version: 3.9.5
Homepage: https://www.illumos.org
Package: svc.startd
Essential: yes
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: service management facility master restarter
svc.startd is the master restarter daemon for Service Management Facility
(SMF) and the default restarter for all services. svc.startd starts, stops,
and restarts services based on administrative requests, system failures,
or application failures.
.
svc.startd maintains service state, as well as being responsible for managing
faults in accordance with the dependencies of each service.
.
svc.startd is invoked automatically during system startup. It is restarted
if any failures occur. svc.startd should never be invoked directly.
.
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: svc.startd-dev
Priority: optional
Architecture: illumos-any
Depends: svc.startd (= ${binary:Version}), ${misc:Depends},
librestart-dev, libscf-dev, libsysevent-dev, libumem-dev,
Description: service management facility master restarter: header files
This package provides header files to access svc.startd internals.
.
svc.startd is the master restarter daemon for Service Management Facility
(SMF) and the default restarter for all services. svc.startd starts, stops,
and restarts services based on administrative requests, system failures,
or application failures.
Package: svc.startd-dbg
Section: debug
Priority: extra
Architecture: illumos-any
Depends: svc.startd (= ${binary:Version}), ${misc:Depends},
Description: service management facility master restarter: debug info
This package provides detached debug symbols for svc.startd
.
svc.startd is the master restarter daemon for Service Management Facility
(SMF) and the default restarter for all services. svc.startd starts, stops,
and restarts services based on administrative requests, system failures,
or application failures.
Package: librestart1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SMF restarter library
This package contains librestart shared library.
.
There are 3 parts to librestart:
- the event protocol from the master restarter to its delegates.
- a functional interface for updating the repository.
- convenience functions for common restarter tasks.
Package: librestart1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: librestart-dev
Depends: librestart1 (= ${binary:Version}), ${misc:Depends},
libsysevent1-dev, libcontract1-dev, libscf1-dev,
Description: SMF restarter library (development files)
This package contains the header files and symlinks needed
to compile applications that use librestart.
.
There are 3 parts to librestart:
- the event protocol from the master restarter to its delegates.
- a functional interface for updating the repository.
- convenience functions for common restarter tasks.
Package: librestart1-dbg
Section: debug
Priority: extra
Architecture: illumos-any
Depends: librestart1 (= ${binary:Version}), ${misc:Depends},
Description: SMF restarter library (debug info)
This package contains detached debug symbols for the librestart library
Package: lib32restart1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SMF restarter library (32-bit)
This package contains librestart shared library.
.
There are 3 parts to librestart:
- the event protocol from the master restarter to its delegates.
- a functional interface for updating the repository.
- convenience functions for common restarter tasks.
.
This is a 32-bit version of the library.
Package: lib32restart1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32restart-dev
Depends: lib32restart1 (= ${binary:Version}), librestart1-dev (= ${binary:Version}),
${misc:Depends}
Description: SMF restarter library (32-bit development files)
This package contains files needed to compile
32-bit applications that use librestart.
.
There are 3 parts to librestart:
- the event protocol from the master restarter to its delegates.
- a functional interface for updating the repository.
- convenience functions for common restarter tasks.
|