diff options
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r-- | chapter06/config-glibc.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index 5c6b514ae..7acdfcce9 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -13,7 +13,6 @@ following: </para> <literallayout> - <userinput>cat > /etc/nsswitch.conf << "EOF"</userinput> # Begin /etc/nsswitch.conf @@ -35,7 +34,6 @@ netgroup: db files # End /etc/nsswitch.conf <userinput>EOF</userinput> - </literallayout> <para> @@ -51,11 +49,9 @@ by running: </para> <blockquote><literallayout> - <userinput>cd /etc &&</userinput> <userinput>ln -sf ../usr/share/zoneinfo/<tzselect's output> localtime</userinput> - </literallayout></blockquote> <para> @@ -68,9 +64,7 @@ The symlink a user would create with that information would be: </para> <blockquote><literallayout> - <userinput>ln -s ../usr/share/zoneinfo/EST5EDT localtime</userinput> - </literallayout></blockquote> <para> @@ -78,10 +72,8 @@ Or: </para> <blockquote><literallayout> - <userinput>ln -s ../usr/share/zoneinfo/Canada/Eastern localtime </userinput> - </literallayout></blockquote> </sect2> |