source: BOOK/final-system/multilib/sysvinit.xml@ dfc78cc

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since dfc78cc was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 1.5 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<sect1 id="ch-system-sysvinit" role="wrap">
8 <?dbhtml filename="sysvinit.html"?>
9
10 <title>Sysvinit-&sysvinit-version;</title>
11
12 <indexterm zone="ch-system-sysvinit">
13 <primary sortas="a-Sysvinit">Sysvinit</primary>
14 </indexterm>
15
16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
17 href="../common/sysvinit.xml"
18 xpointer="xpointer(//*[@role='package'])"/>
19
20 <sect2 role="installation">
21 <title>Installation of Sysvinit</title>
22
23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
24 href="../common/sysvinit.xml"
25 xpointer="xpointer(//*[@os='c'])"/>
26
27<screen os="d"><userinput>make -C src clobber
28make -C src CC="gcc ${BUILD64}"</userinput></screen>
29
30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
31 href="../common/sysvinit.xml"
32 xpointer="xpointer(//*[@os='e'])"/>
33
34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
35 href="../common/sysvinit.xml"
36 xpointer="xpointer(//*[@os='f'])"/>
37
38 </sect2>
39
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
41 href="../common/sysvinit.xml"
42 xpointer="xpointer(id('conf-sysvinit'))"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45 href="../common/sysvinit.xml"
46 xpointer="xpointer(id('contents-sysvinit'))"/>
47
48</sect1>
Note: See TracBrowser for help on using the repository browser.