Changeset 991595cf for BOOK/network/common
- Timestamp:
- Dec 14, 2015, 12:21:52 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- fc86858d
- Parents:
- dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/network/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/dhcpcd.xml
rdbc5b02 r991595cf 31 31 <para os="b">Prepare DHCPCD for compilation:</para> 32 32 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> 35 39 36 40 <para os="d">Compile the package:</para> -
BOOK/network/common/hosts.xml
rdbc5b02 r991595cf 27 27 <filename>/etc/hosts</filename> file. The syntax is:</para> 28 28 29 29 <screen><IP address> myhost.example.org aliases</screen> 30 30 31 31 <para>Unless the computer is to be visible to the Internet (i.e.,
Note:
See TracChangeset
for help on using the changeset viewer.