source: chapter08/execline.xml@ 193913e

s6-init
Last change on this file since 193913e was 193913e, checked in by Thomas Trepl (Moody) <thomas@…>, 21 months ago

First commit to add S6 as init system (like systemd)

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-execline" role="wrap" revision="s6">
9 <?dbhtml filename="execline.html"?>
10
11 <sect1info condition="script">
12 <productname>execline</productname>
13 <productnumber>&execline-version;</productnumber>
14 <address>&execline-url;</address>
15 </sect1info>
16
17 <title>execline-&execline-version;</title>
18
19 <indexterm zone="ch-system-execline">
20 <primary sortas="a-execline">execline</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The execline package is a (non-interactive) scripting
27 language, like sh - but its syntax is quite different from
28 a traditional shell syntax. Used internally by the S6 ecosystem.</para>
29
30 <segmentedlist>
31 <segtitle>&buildtime;</segtitle>
32 <segtitle>&diskspace;</segtitle>
33
34 <seglistitem>
35 <seg>&execline-fin-sbu;</seg>
36 <seg>&execline-fin-du;</seg>
37 </seglistitem>
38 </segmentedlist>
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of execline</title>
43
44 <para>Prepare execline for compilation:</para>
45
46<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
47
48<!--
49 <variablelist>
50 <title>The meaning of the configure options:</title>
51
52 <varlistentry>
53 <term><parameter>- -blah=blubb</parameter></term>
54 <listitem>
55 <para>blah blah</para>
56 </listitem>
57 </varlistentry>
58 </variablelist>
59-->
60
61 <para>Compile the package:</para>
62
63<screen><userinput remap="make">make</userinput></screen>
64
65 <para>Install the package:</para>
66
67<screen><userinput remap="install">make install</userinput></screen>
68
69 </sect2>
70
71 <sect2 id="contents-execline" role="content">
72 <title>Contents of execline</title>
73
74 <segmentedlist>
75 <segtitle>Installed programs</segtitle>
76 <segtitle>Installed libraries</segtitle>
77 <segtitle>Installed directories</segtitle>
78
79 <seglistitem>
80 <seg>execline-x, execline-y, execline-z, ...</seg>
81 <seg>libx, liby, libz ...</seg>
82 <seg>dirx, diry, dirz ...</seg>
83 </seglistitem>
84 </segmentedlist>
85
86 <variablelist>
87 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
88 <?dbfo list-presentation="list"?>
89 <?dbhtml list-presentation="table"?>
90
91 <varlistentry id="execline-x">
92 <term><command>execline-x</command></term>
93 <listitem>
94 <para>Is used to blah blah</para>
95 <indexterm zone="ch-system-execline execline-x">
96 <primary sortas="b-execline-x">execline-x</primary>
97 </indexterm>
98 </listitem>
99 </varlistentry>
100 </variablelist>
101
102 </sect2>
103
104</sect1>
Note: See TracBrowser for help on using the repository browser.