Changeset b6bb5377


Ignore:
Timestamp:
06/10/2013 09:51:18 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
fd968dd
Parents:
5b00a2a
Message:

Import systemd units into systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11284 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
52 added
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5b00a2a rb6bb5377  
    44-->
    55
    6 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
    77<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "systemd version &year;-&month;-&day;">
    12 <!ENTITY releasedate  "June 1st, &year;">
     12<!ENTITY releasedate  "June 10th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    6969<!-- End LFS versions -->
    7070
    71 <!ENTITY blfs-bootscripts-version     "20130512">
    72 <!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
     71<!ENTITY blfs-units-version     "20130512">
     72<!ENTITY blfs-units-download    "&downloads-root;/blfs-units-&blfs-units-version;.tar.bz2">
    7373
    7474<!ENTITY blfs-wiki                    "http://wiki.&lfs-domainname;/blfs/wiki">
  • introduction/important/bootscripts.xml

    r5b00a2a rb6bb5377  
    66]>
    77
    8 <sect1 id="bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;">
     8<sect1 id="bootscripts" xreflabel="blfs-units-&blfs-units-version;">
    99  <?dbhtml filename="bootscripts.html"?>
    1010
     
    1414  </sect1info>
    1515
    16   <title>BLFS Boot Scripts</title>
     16  <title>BLFS Units</title>
    1717
    1818  <indexterm zone="bootscripts">
    19     <primary sortas="a-BLFS-Bootscripts">BLFS Bootscripts</primary>
     19    <primary sortas="a-BLFS-Units">BLFS Units</primary>
    2020  </indexterm>
    2121
     
    2424  </indexterm>
    2525
    26   <para>The BLFS Bootscripts package contains the init
    27   scripts that are used throughout the book. It is assumed that you will be
    28   using the BLFS Bootscripts package in conjunction with a compatible
    29   LFS-Bootscripts package. Refer to
    30   <ulink url="&lfs-root;/chapter07/bootscripts.html"/> for more
    31   information on the LFS-Bootscripts package.</para>
     26  <para>The BLFS Units package contains the Systemd units that are
     27  used throughout the book.</para>
    3228
    33   <itemizedlist spacing='compact'>
     29  <itemizedlist spacing="compact">
    3430    <title>Package Information</title>
    3531    <listitem>
    36       <para>Download: <ulink url="&blfs-bootscripts-download;"/></para>
     32      <para>Download: <ulink url="&blfs-units-download;"/></para>
    3733    </listitem>
    3834  </itemizedlist>
    3935
    40   <para>The BLFS Bootscripts package will be used throughout the BLFS book
    41   for startup scripts.  Unlike LFS, each init script has a separate install target
    42   in the BLFS Bootscripts package. It is recommended you keep the package source
    43   directory around until completion of your BLFS system. When a script is
    44   requested from BLFS Bootscripts, simply change to the directory and as the
     36  <para>The BLFS Units package will be used throughout the BLFS book
     37  for Systemd units. Each unit has a separate install target
     38  in the BLFS Units package. It is recommended you keep the package source
     39  directory around until completion of your BLFS system. When a unit is
     40  requested from BLFS Units, simply change to the directory and as the
    4541  <systemitem class="username">root</systemitem> user, execute the given
    46   <command>make install-<replaceable>&lt;init-script&gt;</replaceable></command>
    47   command. This command installs the init script to its proper location (along
    48   with any auxiliary configuration scripts) and also creates the appropriate
    49   symlinks to start and stop the service at the appropriate run-level.</para>
    50 
    51   <note>
    52     <para>It is advisable to peruse each bootscript before installation to
    53     ascertain that it satisfies your need. Also verify that the start and stop
    54     symlinks it creates match your preferences.</para>
    55   </note>
     42  <command>make install-<replaceable>&lt;unit&gt;</replaceable></command>
     43  command. This command installs the Systemd unit to its proper location
     44  (along with any auxiliary configuration scripts).</para>
    5645
    5746</sect1>
Note: See TracChangeset for help on using the changeset viewer.