Changeset 58a6bfc
- Timestamp:
- 12/04/2003 03:15:33 AM (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, 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:
- cf3d8d89
- Parents:
- 16308d7
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/bootscripts.xml
r16308d7 r58a6bfc 68 68 <command>EOF</command></userinput></screen> 69 69 70 <para>Finally, we need to make these scripts executable:</para> 70 <para>Next, we need to make corrections to the 71 <filename>/etc/hosts</filename> file. Be sure to replace 72 <emphasis role="strong">HOSTNAME</emphasis> and 73 <emphasis role="strong">DOMAIN_NAME</emphasis> with apropriate values.</para> 74 75 <screen><userinput><command>mv -f /etc/hosts /etc/hosts.bak && 76 cat > /etc/hosts << "EOF" </command> 77 # Begin /etc/hosts 78 79 127.0.0.1 HOSTNAME HOSTNAME.DOMAIN_NAME localhost localhost.localdomain 80 81 # End /etc/hosts 82 <command>EOF</command></userinput></screen> 83 84 <para>Finally, we need to make the scripts executable:</para> 71 85 72 86 <screen><userinput><command>chmod 755 /etc/sysconfig/network-devices/ifup-eth0 && -
index.xml
r16308d7 r58a6bfc 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2003120 2">6 <!ENTITY releasedate "December 2nd, 2003">5 <!ENTITY version "CVS-20031203"> 6 <!ENTITY releasedate "December 3rd, 2003"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
r16308d7 r58a6bfc 11 11 12 12 <itemizedlist> 13 14 <listitem><para>December 3rd, 2003 [tushar]: Added patch from 15 DJ Lucas for correcting /etc/hosts for DHCP.</para></listitem> 13 16 14 17 <listitem><para>December 2nd, 2003 [igor]: Updated to -
introduction/welcome/credits.xml
r16308d7 r58a6bfc 209 209 <listitem><para><emphasis>DJ Lucas</emphasis> for contributing to dhcpcd 210 210 patch and many contributions while <acronym>DHCP</acronym> section was being 211 developed .</para></listitem>211 developed and beyond.</para></listitem> 212 212 213 213 <listitem><para><emphasis>Billy O'Connor</emphasis> for building GNOME
Note:
See TracChangeset
for help on using the changeset viewer.