blob: 4d296f2a7d6dfd317573a5c6a1c13c2e6bcde2c3 (
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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
<title>How to upgrade s6</title>
<meta name="Description" content="How to upgrade s6" />
<meta name="Keywords" content="s6 installation upgrade" />
<!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6</a><br />
<a href="http://skarnet.org/software/">Software</a><br />
<a href="http://skarnet.org/">skarnet.org</a>
</p>
<h1> What has changed in s6 </h1>
<h2> in 2.0.0.0 </h2>
<ul>
<li> The build system has completely changed. It is now a standard
<tt>./configure && make && sudo make install</tt>
build system. See the enclosed INSTALL file for details. </li>
<li> slashpackage is not activated by default. </li>
<li> shared libraries are not used by default. </li>
<li> skalibs dependency bumped to 2.0.0.0. </li>
<li> execline dependency bumped to 2.0.0.0. </li>
<li> <a href="s6-supervise.html">s6-supervise</a> does not create
the <tt>./event</tt> fifodir as public. Subscriptions are restricted
to users having the same gid as the s6-supervise process. </li>
<li> The <a href="s6-notifywhenup.html">s6-notifywhenup</a> program
is a new addition. </li>
</ul>
</body>
</html>
|