Changeset 3d60760
- Timestamp:
- 10/27/2002 07:35:11 PM (22 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:
- 24c5c34
- Parents:
- 2a20417e
- Files:
-
- 4 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/bootscripts.xml
r2a20417e r3d60760 66 66 <para>Finally, we need to make these scripts executable:</para> 67 67 68 <para><screen><userinput>chmod 755 ifup-eth0 &&69 chmod 755 ifdown-eth0</userinput></screen></para>68 <para><screen><userinput>chmod 755 /etc/sysconfig/network-devices/ifup-eth0 && 69 chmod 755 /etc/sysconfig/network-devices/ifdown-eth0</userinput></screen></para> 70 70 71 71 </sect2> -
general/general.ent
r2a20417e r3d60760 74 74 <!ENTITY general-prog SYSTEM "prog/prog.xml"> 75 75 <!ENTITY % python SYSTEM "prog/python/python.ent"> 76 <!ENTITY % perl-modules SYSTEM "prog/perl/perl-modules.ent"> 76 77 <!ENTITY % librep SYSTEM "prog/librep/librep.ent"> 77 78 <!ENTITY % jdk SYSTEM "prog/jdk/j2sdk.ent"> … … 80 81 <!ENTITY % gcc SYSTEM "prog/gcc/gcc.ent"> 81 82 %python; 83 %perl-modules; 82 84 %librep; 83 85 %jdk; -
general/prog/prog.xml
r2a20417e r3d60760 4 4 5 5 &Python; 6 &perl-modules; 6 7 &librep; 7 8 &j2sdk; -
index.xml
r2a20417e r3d60760 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002102 6">6 <!ENTITY releasedate "October 2 6th, 2002">5 <!ENTITY version "20021027"> 6 <!ENTITY releasedate "October 27th, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r2a20417e r3d60760 10 10 11 11 <itemizedlist> 12 13 <listitem><para>October 27th, 2002 [larry]: Prog: Added page for perl 14 modules used in BLFS</para></listitem> 12 15 13 16 <listitem><para>October 26th, 2002 [larry]: Basicnet: Update to -
xsoft/office/gimp/gimp-inst.xml
r2a20417e r3d60760 4 4 <para>Install gimp by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=/usr &&6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 8 make install</userinput></screen></para> -
xsoft/office/gimp/gimp-intro.xml
r2a20417e r3d60760 20 20 gimp will utilize: 21 21 <xref linkend="libtiff"/>, <xref linkend="libpng"/>, <xref 22 linkend="libjpeg"/>, <ulink url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink> and <xref linkend="Python"/></screen> 22 linkend="libjpeg"/>, <ulink url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink>, <xref linkend="Python"/> 23 and <xref linkend="perl-modules"/>:Gtk-Perl-&Gtk-Perl-version;, PDL-&PDL-version; and Parse-RecDescent-&Parse-RecDescent-version;</screen> 23 24 24 25 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.