Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/dhcpcd.xml

    rc636dee r7cd7f99  
    3131    <para os="b">Prepare DHCPCD for compilation:</para>
    3232
    33 <screen os="c" role="nodump"><userinput>./configure --prefix=/usr --sbindir=/sbin \
    34     --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib/dhcpcd</userinput></screen>
     33<screen os="c" role="nodump"><userinput>./configure \
     34    --prefix=/usr \
     35    --sbindir=/sbin \
     36    --sysconfdir=/etc \
     37    --dbdir=/var/lib/dhcpcd \
     38    --libexecdir=/usr/lib/dhcpcd</userinput></screen>
    3539
    3640    <para os="d">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.