mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Removed unused entries from nsswitch.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ba85054d37
commit
4a80bec1b7
@ -94,6 +94,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Removed unused and broken
|
||||
entries from <filename>nsswitch.conf</filename>.</para></listitem>
|
||||
|
||||
<listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Add Readline installation
|
||||
and use it when building Bash.</para></listitem>
|
||||
|
||||
|
@ -161,17 +161,13 @@ passwd: files
|
||||
group: files
|
||||
shadow: files
|
||||
|
||||
publickey: files
|
||||
|
||||
hosts: files dns
|
||||
networks: files
|
||||
|
||||
protocols: db files
|
||||
services: db files
|
||||
ethers: db files
|
||||
rpc: db files
|
||||
|
||||
netgroup: db files
|
||||
protocols: files
|
||||
services: files
|
||||
ethers: files
|
||||
rpc: files
|
||||
|
||||
# End /etc/nsswitch.conf
|
||||
<userinput>EOF</userinput></screen>
|
||||
|
@ -58,7 +58,7 @@ other IP assignment methods. This would commonly be used if you need DHCP,
|
||||
which is addressed in the BLFS book.</para>
|
||||
|
||||
<para>Of course, GATEWAY should contain the IP of your default gateway, if you
|
||||
have one. If not, them comment out the variable entirely.</para>
|
||||
have one. If not, then comment out the variable entirely.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user