diff options
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r-- | chapter06/config-glibc.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index 0700099d0..0926f560a 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -10,7 +10,7 @@ to be set up.</para> <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the following:</para> -<para><screen><userinput>cat > /etc/nsswitch.conf << "EOF"</userinput> +<screen><userinput>cat > /etc/nsswitch.conf << "EOF"</userinput> # Begin /etc/nsswitch.conf passwd: files @@ -30,18 +30,18 @@ rpc: db files netgroup: db files # End /etc/nsswitch.conf -<userinput>EOF</userinput></screen></para> +<userinput>EOF</userinput></screen> <para>To find out what time zone you're in, run the following script:</para> -<para><screen><userinput>tzselect</userinput></screen></para> +<screen><userinput>tzselect</userinput></screen> <para>When you've answered a few questions about your location, the script will output the name of your time zone, something like <emphasis>EST5EDT</emphasis> or <emphasis>Canada/Eastern</emphasis>. Then create the <filename>/etc/localtime</filename> file by running:</para> -<para><screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para> +<screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen> <para>The meaning of the option:</para> @@ -81,14 +81,14 @@ dynamic loader's search path.</para> <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the following:</para> -<para><screen><userinput>cat > /etc/ld.so.conf << "EOF"</userinput> +<screen><userinput>cat > /etc/ld.so.conf << "EOF"</userinput> # Begin /etc/ld.so.conf /usr/local/lib /opt/lib # End /etc/ld.so.conf -<userinput>EOF</userinput></screen></para> +<userinput>EOF</userinput></screen> </sect2> |