Ignore:
Timestamp:
09/27/2003 06:46:10 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f47226
Parents:
009b52f
Message:

seperating para and screen sections

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

Location:
postlfs/security/tripwire
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/tripwire/tripwire-config.xml

    r009b52f ra75063d4  
    4646<sect3><title>Usage Information</title>
    4747<para>To use <application>Tripwire</application> after this and run a report,
    48 use the following command:
     48use the following command:</para>
    4949
    5050<screen><userinput><command>tripwire -m c &gt; /etc/tripwire/report.txt
    51 </command></userinput></screen></para>
     51</command></userinput></screen>
    5252
    5353<para>View the output to check the integrity of your files. An automatic
     
    6464last report creation and is needed to update the tripwire database of your
    6565system. Then, type in the following command making the appropriate
    66 substitutions for '?':
    67 <screen><userinput><command>tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr </command></userinput></screen></para>
     66substitutions for '?':</para>
     67<screen><userinput><command>tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr </command></userinput></screen>
    6868
    6969<para>You will be placed into vim with a copy of the report in front of you. If
     
    7878
    7979<para>If you are unhappy with your policy file and would like to modify it or
    80 use a new one, modify the policy file and then execute the following commands:
     80use a new one, modify the policy file and then execute the following
     81commands:</para>
    8182<screen><userinput><command>twadmin -m P /etc/tripwire/twpol.txt &amp;&amp;
    82 tripwire -m i</command></userinput></screen></para>
     83tripwire -m i</command></userinput></screen>
    8384
    8485</sect3>
  • postlfs/security/tripwire/tripwire-inst.xml

    r009b52f ra75063d4  
    2020cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
    2121
    22 <para>Reverse the modifications made above:
     22<para>Reverse the modifications made above:</para>
    2323<screen><userinput><command>rm /usr/bin/gmake &amp;&amp;
    24 export PATH=$PATH_HOLD</command></userinput></screen></para>
     24export PATH=$PATH_HOLD</command></userinput></screen>
    2525
    2626</sect2>
Note: See TracChangeset for help on using the changeset viewer.