Ignore:
Timestamp:
07/27/2005 06:05:59 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:
a2de57a7
Parents:
d9962703
Message:

Fixed typos in various Chapter 11 package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/fcron.xml

    rd9962703 rb4054a8  
    7676    needs to be done prior to installing <application>Fcron</application>. This
    7777    command will append the necessary line to the current
    78     <filename>/etc/syslog.conf</filename>:</para>
     78    <filename>/etc/syslog.conf</filename> (perform as the
     79    <systemitem class='username'>root</systemitem> user):</para>
    7980
    8081    <indexterm zone="fcron fcron-syslog">
     
    9192
    9293    <para>The configuration file has been modified, so reloading the
    93     <command>sysklogd</command> daemon will activate the changes.</para>
     94    <command>sysklogd</command> daemon will activate the changes (again as the
     95    <systemitem class='username'>root</systemitem> user).</para>
    9496
    9597<screen role="root"><userinput>/etc/rc.d/init.d/sysklogd reload</userinput></screen>
    9698
    9799    <para>For security reasons, an unprivileged user and group for
    98     <application>Fcron</application> should be created:</para>
     100    <application>Fcron</application> should be created (perform as the
     101    <systemitem class='username'>root</systemitem> user):</para>
    99102
    100103<screen role="root"><userinput>groupadd -g 22 fcron &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.