Changeset 882d247a
- Timestamp:
- 04/23/2003 06:06:21 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4324b7f5
- Parents:
- 064db32a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/apache/apache-intro.xml
r064db32a r882d247a 8 8 Estimated disk space required: &apache-buildsize;</screen> 9 9 10 <para>A little apache introduction here...</para> 10 <para>The Apache package contains an open-source HTTP server. It is 11 useful for creating local intranet web sites or running huge web serving 12 operations.</para> 11 13 12 14 </sect2> -
index.xml
r064db32a r882d247a 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version " 0.99.2">6 <!ENTITY releasedate "April 2 2nd, 2003">5 <!ENTITY version "20030423"> 6 <!ENTITY releasedate "April 23rd, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r064db32a r882d247a 8 8 9 9 <para>&version; - &releasedate;</para> 10 11 <itemizedlist> 12 13 <listitem><para>April 22nd, 2003 [larry]: content: adding introduction 14 to apache page.</para></listitem> 15 16 17 </itemizedlist> 18 19 <para>0.99.2 - April 21st, 2003</para> 10 20 11 21 <itemizedlist> -
postlfs/security/tripwire/tripwire-inst.xml
r064db32a r882d247a 11 11 cd src && 12 12 gmake release && 13 cd .. && 13 14 cp install/install.{sh,cfg} . && 14 patch -Np 1-i ../tripwire-cfg.patch &&15 patch -Np0 -i ../tripwire-cfg.patch && 15 16 ./install.sh && 16 17 cp /etc/tripwire/tw.cfg /usr/sbin && 17 cp policy/*.txt /usr/share/doc/tripwire && 18 rm /usr/bin/gmake 18 cp policy/*.txt /usr/share/doc/tripwire</userinput></screen></para> 19 20 <para>Reverse the modifications made above: 21 <screen><userinput>rm /usr/bin/gmake && 19 22 export PATH=$PATH_HOLD</userinput></screen></para> 20 23
Note:
See TracChangeset
for help on using the changeset viewer.