Ignore:
Timestamp:
03/19/2020 10:00:16 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e68b588
Parents:
09f0998
Message:

Format sysutils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22859 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/at.xml

    r09f0998 rb1532549  
    3030    <title>Introduction to at</title>
    3131
    32     <para>The <application>at</application> package provide delayed job execution
    33     and batch processing. It is required for Linux Standards Base (LSB)
    34     conformance.</para>
     32    <para>
     33      The <application>at</application> package provide delayed job execution
     34      and batch processing. It is required for Linux Standards Base (LSB)
     35      conformance.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&at-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&at-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &at-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &at-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &at-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &at-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&at-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&at-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &at-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &at-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &at-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &at-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    7892    <title>Installation of at</title>
    7993
    80     <para>Before building <application>at</application>, as the
    81     <systemitem class="username">root</systemitem> user you should create
    82     the group and user <systemitem class="username">atd</systemitem> which
    83     will run the <command>atd</command> daemon.  Also ensure the working
    84     directory for the daemon exists:</para>
     94    <para>
     95      Before building <application>at</application>, as the
     96      <systemitem class="username">root</systemitem> user you should create
     97      the group and user <systemitem class="username">atd</systemitem> which
     98      will run the <command>atd</command> daemon.  Also ensure the working
     99      directory for the daemon exists:
     100    </para>
    85101
    86102<screen role="root"><userinput>groupadd -g 17 atd                                                  &amp;&amp;
     
    101117<screen><userinput>autoreconf</userinput></screen>
    102118
    103     <para>Install <application>at</application> with the following
    104     commands:</para>
     119    <para>
     120      Install <application>at</application> with the following
     121      commands:
     122    </para>
    105123
    106124    <screen revision="sysv"><userinput>./configure --with-daemon_username=atd        \
     
    116134make -j1</userinput></screen>
    117135
    118     <para>This package does not come with a test suite.</para>
    119 
    120     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     136    <para>
     137      This package does not come with a test suite.
     138    </para>
     139
     140    <para>
     141      Now, as the <systemitem class="username">root</systemitem> user:
     142    </para>
    121143
    122144<screen role="root"><userinput>make install docdir=/usr/share/doc/at-&at-version; \
     
    131153      <title>Config Files</title>
    132154
    133       <para> <filename>/etc/at.allow</filename> and
    134       <filename>/etc/at.deny</filename> determines who can submit jobs via at
    135       or batch.</para>
     155      <para>
     156        <filename>/etc/at.allow</filename> and
     157        <filename>/etc/at.deny</filename> determines who can submit jobs via at
     158        or batch.
     159      </para>
    136160
    137161      <indexterm zone="at at-config">
     
    149173             <phrase revision="systemd">Systemd Unit</phrase></title>
    150174
    151       <para revision="sysv">Install the <filename>/etc/init.d/atd</filename>
    152       init script from the <xref linkend="bootscripts"/> package.</para>
     175      <para revision="sysv">
     176        Install the <filename>/etc/init.d/atd</filename>
     177        init script from the <xref linkend="bootscripts"/> package.
     178      </para>
    153179
    154180      <para revision="systemd">
     
    201227        <term><command>at</command></term>
    202228        <listitem>
    203           <para>queues, examines or deletes jobs for later execution.</para>
     229          <para>
     230            queues, examines or deletes jobs for later execution.
     231          </para>
    204232          <indexterm zone="at at-prog">
    205233            <primary sortas="b-at">at</primary>
     
    211239        <term><command>atd</command></term>
    212240        <listitem>
    213           <para>is the daemon that runs jobs queued for later execution.</para>
     241          <para>
     242            is the daemon that runs jobs queued for later execution.
     243          </para>
    214244          <indexterm zone="at atd">
    215245            <primary sortas="b-atd">atd</primary>
     
    221251        <term><command>atq</command></term>
    222252        <listitem>
    223           <para>lists the user's pending jobs, or all jobs, if superuser.</para>
     253          <para>
     254            lists the user's pending jobs, or all jobs, if superuser.
     255          </para>
    224256          <indexterm zone="at atq">
    225257            <primary sortas="b-atq">atq</primary>
     
    231263        <term><command>atrm</command></term>
    232264        <listitem>
    233           <para>deletes jobs, identified by their job number.</para>
     265          <para>
     266            deletes jobs, identified by their job number.
     267          </para>
    234268          <indexterm zone="at atrm">
    235269            <primary sortas="b-atrm">atrm</primary>
     
    241275        <term><command>atrun</command></term>
    242276        <listitem>
    243           <para>runs jobs queued for later execution.</para>
     277          <para>
     278            runs jobs queued for later execution.
     279          </para>
    244280          <indexterm zone="at atrun">
    245281            <primary sortas="b-atrun">atrun</primary>
     
    251287        <term><command>batch</command></term>
    252288        <listitem>
    253           <para>is a script that executes commands when system load levels permit.
     289          <para>
     290            is a script that executes commands when system load levels permit.
    254291          </para>
    255292          <indexterm zone="at batch">
Note: See TracChangeset for help on using the changeset viewer.