Changeset c757871


Ignore:
Timestamp:
Mar 15, 2009, 5:55:25 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
937bb02
Parents:
e891582
Message:

Update DHCP settings. Fix formatting in the xml.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/diffutils.xml

    re891582 rc757871  
    3939<screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen>
    4040
    41     <para os="s3">Diffutils man-pages want to be recreated, but it requires help2man. So we update the time on the
    42     files to prevent them from being recreated:</para>
     41    <para os="s3">Diffutils man-pages want to be recreated, but it requires
     42    help2man. So we update the time on the files to prevent them from being
     43    recreated:</para>
    4344
    4445<screen os="s4"><userinput>touch man/*.1</userinput></screen>
  • BOOK/network/common/dhcp.xml

    re891582 rc757871  
    2525    additional interfaces:</para>
    2626
    27 <screen><userinput><literal>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0
    28 cat > /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd &lt;&lt; "EOF"
    29 ONBOOT="yes"
     27<screen><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
     28mkdir -v ifconfig.eth0 &amp;&amp;
     29cat &gt; ifconfig.eth0/dhcpcd &lt;&lt; "EOF"
     30<literal>ONBOOT="yes"
    3031SERVICE="dhcpcd"
    3132
    3233# Start Command for DHCPCD
    33 #
    3434DHCP_START="-q"
    3535
    3636# Stop Command for DHCPCD
    37 #
    38 DHCP_STOP="-k"
    39 EOF</literal>
     37DHCP_STOP="-k"</literal>
     38EOF
    4039</userinput></screen>
    4140
Note: See TracChangeset for help on using the changeset viewer.