summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:04:33 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:04:33 +0000
commitc67342094a0192419f5160f7e9f2d8babd9f477b (patch)
tree0f04a5c503e36729a3fa22030af34320f585a7fc /doc
parentdd3804af0f705acc030beee81029e1bba1be6230 (diff)
downloads6-linux-init-c67342094a0192419f5160f7e9f2d8babd9f477b.tar.xz
Switch doc to schemeless URLs
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html20
-rw-r--r--doc/quickstart.html18
-rw-r--r--doc/s6-halt.html6
-rw-r--r--doc/s6-linux-init-maker.html60
-rw-r--r--doc/s6-poweroff.html6
-rw-r--r--doc/s6-reboot.html6
-rw-r--r--doc/upgrade.html54
7 files changed, 85 insertions, 85 deletions
diff --git a/doc/index.html b/doc/index.html
index 1669b07..94a9523 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -6,13 +6,13 @@
<title>s6-linux-init - tools for a Linux init system</title>
<meta name="Description" content="s6-linux-init - tools for a Linux init system" />
<meta name="Keywords" content="s6 linux init administration root laurent bercot ska skarnet" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> s6-linux-init </h1>
@@ -21,7 +21,7 @@
<p>
s6-linux-init is a set of minimalistic tools to create a
-<a href="http://skarnet.org/software/s6/">s6</a>-based init
+<a href="//skarnet.org/software/s6/">s6</a>-based init
system, including a <tt>/sbin/init</tt> binary, on a Linux kernel.
</p>
@@ -49,15 +49,15 @@ a small FAQ.
<ul>
<li> A Linux-based system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
2.5.0.0 or later </li>
- <li> <a href="http://skarnet.org/software/execline/">execline</a> version
+ <li> <a href="//skarnet.org/software/execline/">execline</a> version
2.3.0.0 or later </li>
- <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> version
+ <li> <a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> version
2.2.0.0 or later </li>
- <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> version
+ <li> <a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> version
2.3.0.0 or later </li>
- <li> <a href="http://skarnet.org/software/s6/">s6</a> version
+ <li> <a href="//skarnet.org/software/s6/">s6</a> version
2.5.0.0 or later </li>
</ul>
@@ -132,7 +132,7 @@ the previous versions of s6-linux-init and the current one. </li>
<ul>
<li> <tt>s6-linux-init</tt> is discussed on the
-<a href="http://skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li>
+<a href="//skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li>
<li> There is a <tt>#s6</tt> IRC channel on Freenode. Sometimes people
are there and even answer questions. </li>
</ul>
diff --git a/doc/quickstart.html b/doc/quickstart.html
index dac9779..619fbbd 100644
--- a/doc/quickstart.html
+++ b/doc/quickstart.html
@@ -6,14 +6,14 @@
<title>s6-linux-init: quickstart and FAQ</title>
<meta name="Description" content="s6-linux-init: quickstart and FAQ" />
<meta name="Keywords" content="s6-linux-init installation quickstart faq" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6-linux-init</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> Quickstart and FAQ for s6-linux-init </h1>
@@ -23,11 +23,11 @@
<ol>
<li> Install all the s6-linux-init dependencies:
<ul>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> </li>
- <li> <a href="http://skarnet.org/software/execline/">execline</a> </li>
- <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> </li>
- <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> </li>
- <li> <a href="http://skarnet.org/software/s6/">s6</a> </li>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a> </li>
+ <li> <a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> </li>
+ <li> <a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> </li>
+ <li> <a href="//skarnet.org/software/s6/">s6</a> </li>
</ul> </li>
<li> Install <a href="index.html">s6-linux-init</a> itself </li>
<li> Save your old <tt>/sbin/init</tt> binary </li>
@@ -37,7 +37,7 @@
a machine shutdown script in <tt>/etc/rc.shutdown</tt>. Make them executable. </li>
<li> If, at shutdown time, you need to run a script <em>before</em> the
supervision tree is torn down (for instance if you're using
-<a href="http://skarnet.org/software/s6-rc/">s6-rc</a> and want to
+<a href="//skarnet.org/software/s6-rc/">s6-rc</a> and want to
cleanly stop all your services), write that script in
<tt>/etc/rc.tini</tt>. </li>
<li> Check that your devtmpfs is automounted by your kernel at boot time. If it is not,
diff --git a/doc/s6-halt.html b/doc/s6-halt.html
index b6a326c..6f2a30e 100644
--- a/doc/s6-halt.html
+++ b/doc/s6-halt.html
@@ -6,14 +6,14 @@
<title>s6-linux-init: the s6-halt program</title>
<meta name="Description" content="s6-linux-init: the s6-halt program" />
<meta name="Keywords" content="s6 linux init administration root utilities shutdown halt poweroff reboot" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6-linux-init</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> The <tt>s6-halt</tt> program </h1>
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html
index 1960563..b7648ed 100644
--- a/doc/s6-linux-init-maker.html
+++ b/doc/s6-linux-init-maker.html
@@ -6,14 +6,14 @@
<title>s6-linux-init: the s6-linux-init-maker program</title>
<meta name="Description" content="s6-linux-init: the s6-linux-init-maker program" />
<meta name="Keywords" content="s6 linux administration root init maker" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6-linux-init</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> The <tt>s6-linux-init-maker</tt> program </h1>
@@ -24,7 +24,7 @@ the command line, and outputs a directory to place in the
root filesystem. That directory contains a script suitable
as an init program, as well as support file hierarchies to
get a complete
-<a href="http://skarnet.org/software/s6/">s6</a>
+<a href="//skarnet.org/software/s6/">s6</a>
infrastructure running when the system is booted on that
script.
</p>
@@ -33,8 +33,8 @@ script.
s6-linux-init-maker only writes scripts. At boot time, these
scripts will call commands provided by other skarnet.org packages
such as
-<a href="http://skarnet.org/software/execline/">execline</a> or
-<a href="http://skarnet.org/software/s6/">s6</a>. It is the
+<a href="//skarnet.org/software/execline/">execline</a> or
+<a href="//skarnet.org/software/s6/">s6</a>. It is the
responsibility of the administrator to make sure that all the
dependencies are properly installed at boot time, and that the
correct options have been given to s6-linux-init-maker so that
@@ -81,7 +81,7 @@ or its contents. </li>
declared as <em>basedir</em>. Be careful: it contains fifos, files with
precise uid/gid permissions, and files with non-standard access rights,
so be sure to copy it verbatim. The
-<a href="http://skarnet.org/software/s6-portable-utils/s6-hiercopy.html">s6-hiercopy</a>
+<a href="//skarnet.org/software/s6-portable-utils/s6-hiercopy.html">s6-hiercopy</a>
tool can do it, as well as the GNU or busybox <tt>cp -a</tt> or <tt>mv</tt> commands.
</p>
@@ -102,9 +102,9 @@ also known as <em>stage 1</em>. and this is what happens:
<ul>
<li> <em>stage 1</em> is an
-<a href="http://skarnet.org/software/execline/">execline</a> script, so
+<a href="//skarnet.org/software/execline/">execline</a> script, so
the first process run by the kernel is the
-<a href="http://skarnet.org/software/execline/execlineb.html">execlineb</a>
+<a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>
program launcher. </li>
<li> <em>stage 1</em> mounts a
<a href="https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt">tmpfs</a>
@@ -113,17 +113,17 @@ filesystem on <em>tmpfsdir</em>. </li>
<em>tmpfsdir</em>. </li>
<li> <em>stage 1</em> empties its environment, then reads a global set of environment variables from the
<tt><em>basedir</em>/env</tt>
-<a href="http://skarnet.org/software/s6/s6-envdir.html">environment directory</a>. </li>
+<a href="//skarnet.org/software/s6/s6-envdir.html">environment directory</a>. </li>
<li> <em>stage 1</em> forks a child that will block until
-<a href="http://skarnet.org/software/s6/s6-svscan.html">s6-svscan</a> is running. </li>
+<a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a> is running. </li>
<li> <em>stage 1</em> executes, as process 1, into
-<a href="http://skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>,
+<a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>,
with <tt><em>tmpfsdir</em>/service</tt> as a
-<a href="http://skarnet.org/software/s6/scandir.html">scan directory</a>. </li>
+<a href="//skarnet.org/software/s6/scandir.html">scan directory</a>. </li>
<li> This scan directory already contains at least one service, which is the
<em>catch-all logger</em>: error messages from the supervision tree, and
from services that do not have a dedicated logger, are handled by a
-special <a href="http://skarnet.org/software/s6/s6-log.html">s6-log</a>
+special <a href="//skarnet.org/software/s6/s6-log.html">s6-log</a>
instance and made available in <tt><em>tmpfsdir</em>/uncaught-logs</tt>
instead of clogging the system console. </li>
<li> If the <tt>-G</tt> option has been given to s6-linux-init-maker, the
@@ -150,10 +150,10 @@ to the catch-all logger, depending on the <tt>-r</tt> option. </li>
<li> Depending on the kernel boot command line, the root filesystem
may be in read-only mode. </li>
<li> There is a tmpfs available for root only in <em>tmpfsdir</em>. </li>
- <li> <a href="http://skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>
+ <li> <a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>
is running as process 1. At any time, it is possible to make it supervise a long-lived
process by linking the appropriate
-<a href="http://skarnet.org/software/s6/servicedir.html">service directory</a>
+<a href="//skarnet.org/software/s6/servicedir.html">service directory</a>
into <tt><em>tmpfsdir</em>/service</tt>, then running the command
<tt>s6-svscanctl -a <em>tmpfsdir</em>/service</tt>. Services without a
dedicated logger will send their output to the catch-all logger. </li>
@@ -181,7 +181,7 @@ real machine and service initialization should happen in <em>stage2</em>.
<a href="s6-reboot.html">s6-reboot</a> commands. </li>
<li> Those commands send a signal to the
-<a href="http://skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>
+<a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>
process running as pid 1; this signal is caught and s6-svscan runs the
corresponding "signal handler" script that has been placed by
s6-linux-init-maker into the
@@ -194,13 +194,13 @@ must have been written by the administrator. The purpose of
while the supervision tree is still alive. Typically, when using a
service manager, <em>stage2_finish</em> would tell the service manager
to bring all services down. When using
-<a href="http://skarnet.org/software/s6-rc/">s6-rc</a>, a typical
+<a href="//skarnet.org/software/s6-rc/">s6-rc</a>, a typical
<em>stage2_finish</em> script just contains <tt>s6-rc -da change</tt>.
More generally speaking, <em>stage2_finish</em> should undo what
<em>stage2</em> has done at boot time. </li>
<li> The "signal handler" script then tells s6-svscan to exit via an
-appropriate <a href="http://skarnet.org/software/s6/s6-svscanctl.html">s6-svscanctl</a>
+appropriate <a href="//skarnet.org/software/s6/s6-svscanctl.html">s6-svscanctl</a>
command: s6-svscan then executes into the <em>stage3</em> script, which, like
<em>stage2</em> and <em>stage2_finish</em>, is the responsibility of the
administrator. When <em>stage3</em> runs, the machine is in the following
@@ -209,11 +209,11 @@ state:
<ul>
<li> The supervision tree has been torn down: it is not operational
anymore. (So, commands such as
-<a href="http://skarnet.org/software/s6-rc/s6-rc.html">s6-rc</a>, which
+<a href="//skarnet.org/software/s6-rc/s6-rc.html">s6-rc</a>, which
require a live supervision tree, will not work.)
<li> <em>stage3</em> runs as process 1. Doing so makes it easier to recover
after killing all processes by <tt>kill -9 -1</tt> or
-<a href="http://skarnet.org/software/s6-portable-utils/s6-nuke.html">s6-nuke</a>. </li>
+<a href="//skarnet.org/software/s6-portable-utils/s6-nuke.html">s6-nuke</a>. </li>
<li> Its working directory is <tt>/</tt> and its stdin is <tt>/dev/null</tt> </li>
<li> Its stdout and stderr are both <tt>/dev/console</tt> </li>
<li> Depending on the exact configuration and what the administrator has
@@ -237,7 +237,7 @@ contains an example of <tt>/etc/rc.init</tt>, <tt>/etc/rc.tini</tt>
and <tt>/etc/rc.shutdown</tt> scripts, suitable for
<em>stage2</em>, <em>stage2_finish</em> and <em>stage3</em>
respectively. Those scripts can practically be used as is if the machine
-is managed by the <a href="http://skarnet.org/software/s6-rc/">s6-rc</a>
+is managed by the <a href="//skarnet.org/software/s6-rc/">s6-rc</a>
service manager.
</p>
@@ -260,7 +260,7 @@ the root filesystem, and be empty. <em>tmpfsdir</em> must be absolute. Default i
<li> <tt>-b</tt>&nbsp;<em>execline_bindir</em>&nbsp;: init is run by the kernel
without a PATH, and since it is a script, it is necessary to tell it where
to find the
-<a href="http://skarnet.org/software/execline/execlineb.html">execlineb</a>
+<a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>
launcher and the first few early commands before PATH can be set.
<em>execline_bindir</em> is the location where the execline binaries can be
found. It must be absolute. Default is
@@ -323,10 +323,10 @@ It must be absolute. Default is
set the PATH environment variable to, for all the starting processes.
This will be done as early as possible in <em>stage 1</em>. It is
absolutely necessary for
-<a href="http://skarnet.org/software/execline/">execline</a>,
-<a href="http://skarnet.org/software/s6/">s6</a>,
-<a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> and
-<a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+<a href="//skarnet.org/software/execline/">execline</a>,
+<a href="//skarnet.org/software/s6/">s6</a>,
+<a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> and
+<a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
binaries to be accessible via <em>initial_path</em>, else the machine
will not boot. Default is
<strong><tt>/usr/bin:/bin</tt></strong>. </li> <p />
@@ -359,7 +359,7 @@ into the whole process tree. However, sometimes those variables are
needed at a later time; in that case, giving the <tt>-s</tt> option
to s6-linux-init-maker makes stage 1 init dump the "kernel" environment
variables into the <em>env_store</em> directory, via the
-<a href="http://skarnet.org/software/s6-portable-utils/s6-dumpenv.html">s6-dumpenv</a>
+<a href="//skarnet.org/software/s6-portable-utils/s6-dumpenv.html">s6-dumpenv</a>
program, before erasing them. <em>env_store</em> should obviously be
a writable directory, so it should be located under <em>tmpfsdir</em>!
If this option is not given (which is the default), the environment
@@ -380,7 +380,7 @@ the global environment. </li> <p />
<p>
The difficult parts of
-<a href="http://skarnet.org/software/s6/s6-svscan-1.html">running
+<a href="//skarnet.org/software/s6/s6-svscan-1.html">running
s6-svscan as process 1</a> are:
</p>
@@ -404,7 +404,7 @@ virtual machine, a container, or anything similar that does not
have the <tt>/dev/console</tt> issue or the read-only rootfs issue,
you will probably not reap much benefit from using s6-linux-init-maker:
you could probably invoke
-<a href="http://skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>
+<a href="//skarnet.org/software/s6/s6-svscan.html">s6-svscan</a>
directly as your process 1, or build a script by hand, which
would result in a simpler init with less dependencies.
</p>
diff --git a/doc/s6-poweroff.html b/doc/s6-poweroff.html
index 9a268af..e215c38 100644
--- a/doc/s6-poweroff.html
+++ b/doc/s6-poweroff.html
@@ -6,14 +6,14 @@
<title>s6-linux-init: the s6-poweroff program</title>
<meta name="Description" content="s6-linux-init: the s6-poweroff program" />
<meta name="Keywords" content="s6 linux init administration root utilities shutdown halt poweroff reboot" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6-linux-init</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> The <tt>s6-poweroff</tt> program </h1>
diff --git a/doc/s6-reboot.html b/doc/s6-reboot.html
index e116235..16043c5 100644
--- a/doc/s6-reboot.html
+++ b/doc/s6-reboot.html
@@ -6,14 +6,14 @@
<title>s6-linux-init: the s6-reboot program</title>
<meta name="Description" content="s6-linux-init: the s6-reboot program" />
<meta name="Keywords" content="s6 linux init administration root utilities shutdown halt poweroff reboot" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6-linux-init</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> The <tt>s6-reboot</tt> program </h1>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 08b9e43..8108b4d 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -6,14 +6,14 @@
<title>s6-linux-init: how to upgrade</title>
<meta name="Description" content="s6-linux-init: how to upgrade" />
<meta name="Keywords" content="s6-linux-init installation upgrade" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
<a href="index.html">s6-linux-init</a><br />
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> What has changed in s6-linux-init </h1>
@@ -21,35 +21,35 @@
<h2> in 0.3.0.0 </h2>
<ul>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.5.0.0. </li>
- <li> <a href="http://skarnet.org/software/execline/">execline</a>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
dependency bumped to 2.3.0.0. </li>
- <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
+ <li> <a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
dependency bumped to 2.2.0.0. </li>
- <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+ <li> <a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
dependency bumped to 2.3.0.0. </li>
- <li> <a href="http://skarnet.org/software/s6/">s6</a>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
dependency bumped to 2.5.0.0. </li>
</ul>
<h2> in 0.2.0.0 </h2>
<ul>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.4.0.0. </li>
- <li> <a href="http://skarnet.org/software/execline/">execline</a>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
dependency bumped to 2.2.0.0. </li>
- <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
+ <li> <a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
dependency bumped to 2.1.0.0. </li>
- <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+ <li> <a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
dependency bumped to 2.2.0.0. </li>
- <li> <a href="http://skarnet.org/software/s6/">s6</a>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
dependency bumped to 2.4.0.0. </li>
<li> <a href="s6-halt.html">s6-halt</a>,
<a href="s6-poweroff.html">s6-poweroff</a> and
<a href="s6-reboot.html">s6-reboot</a> moved from
-<a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+<a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
to s6-linux-init. </li>
<li> <a href="s6-linux-init-maker.html">s6-linux-init-maker</a>
options modified. (Read the documentation!) </li>
@@ -58,15 +58,15 @@ options modified. (Read the documentation!) </li>
<h2> in 0.1.0.0 </h2>
<ul>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.3.10.0. </li>
- <li> <a href="http://skarnet.org/software/execline/">execline</a>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
dependency bumped to 2.1.5.0. </li>
- <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
+ <li> <a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
dependency bumped to 2.0.6.0. </li>
- <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+ <li> <a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
dependency bumped to 2.1.0.0. </li>
- <li> <a href="http://skarnet.org/software/s6/">s6</a>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
dependency bumped to 2.3.0.0. </li>
<li> <a href="s6-linux-init-maker.html">s6-linux-init-maker</a> does
not write stage 1 init to stdout anymore; it writes it to <tt><em>dir/init</em></tt>
@@ -78,15 +78,15 @@ instead. </li>
<ul>
<li> <a href="https://www.gnu.org/software/make/">GNU make</a>
dependency pushed back to 3.81. </li>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.3.8.0. </li>
- <li> <a href="http://skarnet.org/software/execline/">execline</a>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
dependency bumped to 2.1.4.1. </li>
- <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
+ <li> <a href="//skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
dependency bumped to 2.0.5.3. </li>
- <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+ <li> <a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
dependency bumped to 2.0.2.3. </li>
- <li> <a href="http://skarnet.org/software/s6/">s6</a>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
dependency bumped to 2.2.2.0. </li>
<li> <em>stage2_finish</em> support added. </li>
</ul>
@@ -94,21 +94,21 @@ dependency bumped to 2.2.2.0. </li>
<h2> in 0.0.1.3 </h2>
<ul>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> dependency
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency
bumped to 2.3.6.1. </li>
</ul>
<h2> in 0.0.1.2 </h2>
<ul>
- <li> <a href="http://skarnet.org/software/s6/">s6</a> dependency
+ <li> <a href="//skarnet.org/software/s6/">s6</a> dependency
bumped to 2.1.6.0. </li>
</ul>
<h2> in 0.0.1.1 </h2>
<ul>
- <li> <a href="http://skarnet.org/software/s6/">s6</a> dependency
+ <li> <a href="//skarnet.org/software/s6/">s6</a> dependency
bumped to 2.1.5.0. </li>
</ul>