Ignore:
Timestamp:
05/30/2005 09:39:09 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cec675bd
Parents:
7cd76d62
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/fcron.xml

    r7cd76d62 r539ace5  
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><ulink url="../server/mail.html">MTA</ulink>, 
     61    <para><ulink url="../server/mail.html">MTA</ulink>,
    6262    <xref linkend="Linux_PAM"/>,
    6363    <ulink url="http://www.nsa.gov/selinux/">SELinux</ulink>,
     
    7171    <title>Installation of Fcron</title>
    7272
    73     <para id="fcron-syslog"><application>Fcron</application> uses the cron facility 
    74     of <command>syslog</command> to log all messages. Since LFS 
    75     does not set up this facility in <filename>/etc/syslog.conf</filename>, it 
    76     needs to be done prior to installing <application>Fcron</application>. This 
    77     command will append the necessary line to the current 
     73    <para id="fcron-syslog"><application>Fcron</application> uses the cron facility
     74    of <command>syslog</command> to log all messages. Since LFS
     75    does not set up this facility in <filename>/etc/syslog.conf</filename>, it
     76    needs to be done prior to installing <application>Fcron</application>. This
     77    command will append the necessary line to the current
    7878    <filename>/etc/syslog.conf</filename>:</para>
    7979
     
    9595<screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen>
    9696
    97     <para>For security reasons, an unprivileged user and group for 
     97    <para>For security reasons, an unprivileged user and group for
    9898    <application>Fcron</application> should be created:</para>
    9999
     
    101101useradd -d /dev/null -c "Fcron User" -g fcron -s /bin/false fcron</userinput></screen>
    102102
    103     <para>Install <application>Fcron</application> by running the following 
     103    <para>Install <application>Fcron</application> by running the following
    104104    commands:</para>
    105105
     
    118118    <title>Command Explanations</title>
    119119
    120     <para><parameter>--without-sendmail</parameter>: 
    121     <application>Fcron</application> will use an installed MTA 
    122     to email you the results of the <command>fcron</command> script. Omit the 
    123     switch and use 
     120    <para><parameter>--without-sendmail</parameter>:
     121    <application>Fcron</application> will use an installed MTA
     122    to email you the results of the <command>fcron</command> script. Omit the
     123    switch and use
    124124    <option>--with-sendmail=<replaceable>[/path/to/MTA]</replaceable></option>
    125125    if you wish to utilize this feature.</para>
     
    127127    <para><parameter>--with-answer-all=no</parameter>: After the files are
    128128    installed, the <command>make install</command> script enters into a
    129     configuration routine.  The first test will be whether to install a boot 
     129    configuration routine.  The first test will be whether to install a boot
    130130    script in the <filename class="directory">/etc/rc.d/init.d</filename>
    131     directory with the appropriate symbolic links in run levels 2, 3, 4, and 5. 
    132     The second is to stop any current <command>fcron</command> processes 
    133     and start a new one. Since this is probably your first install and a boot script 
     131    directory with the appropriate symbolic links in run levels 2, 3, 4, and 5.
     132    The second is to stop any current <command>fcron</command> processes
     133    and start a new one. Since this is probably your first install and a boot script
    134134    based upon the BLFS template is desired, answer 'n' to both tests.</para>
    135135
     
    143143
    144144      <para><filename>/etc/fcron.conf</filename>,
    145       <filename>/etc/fcron.allow</filename>, and 
     145      <filename>/etc/fcron.allow</filename>, and
    146146      <filename>/etc/fcron.deny</filename></para>
    147147
     
    167167      <filename>fcron.conf</filename>.</para>
    168168
    169       <para><command>fcron</command> scripts are written using 
    170       <command>fcrontab</command>. Refer to the <command>fcrontab</command> man 
     169      <para><command>fcron</command> scripts are written using
     170      <command>fcrontab</command>. Refer to the <command>fcrontab</command> man
    171171      page for proper parameters to address your situation.</para>
    172172
    173173      <para id="fcron-pam">If <application>Linux-PAM</application>
    174       is installed, two PAM configuration files are installed in 
    175       <filename class='directory'>/etc/pam.d</filename>. Alternatively if 
    176       <filename class='directory'>/etc/pam.d</filename> is not used, the installation 
    177       will append two configuration sections to the exiting 
    178       <filename>/etc/pam.conf</filename> file. You should ensure the files match your 
     174      is installed, two PAM configuration files are installed in
     175      <filename class='directory'>/etc/pam.d</filename>. Alternatively if
     176      <filename class='directory'>/etc/pam.d</filename> is not used, the installation
     177      will append two configuration sections to the exiting
     178      <filename>/etc/pam.conf</filename> file. You should ensure the files match your
    179179      preferences. Modify them as required to suit your needs.</para>
    180180
     
    239239        <term><command>fcrondyn</command></term>
    240240        <listitem>
    241           <para>is a user tool intended to interact with a running 
     241          <para>is a user tool intended to interact with a running
    242242          <command>fcron</command> daemon.</para>
    243243          <indexterm zone="fcron fcrondyn">
     
    250250        <term><command>fcronsighup</command></term>
    251251        <listitem>
    252           <para>instructs <command>fcron</command> to reread the 
     252          <para>instructs <command>fcron</command> to reread the
    253253          <application>Fcron</application> tables.</para>
    254254          <indexterm zone="fcron fcronsighup">
     
    261261        <term><command>fcrontab</command></term>
    262262        <listitem>
    263           <para>is a program used to install, edit, list and remove the 
     263          <para>is a program used to install, edit, list and remove the
    264264          tables used by <command>fcron</command>.</para>
    265265          <indexterm zone="fcron fcrontab">
Note: See TracChangeset for help on using the changeset viewer.