diff options
Diffstat (limited to 'chapter07/localnet.xml')
-rw-r--r-- | chapter07/localnet.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter07/localnet.xml b/chapter07/localnet.xml index 1aa413b37..e7d1c7afc 100644 --- a/chapter07/localnet.xml +++ b/chapter07/localnet.xml @@ -6,7 +6,8 @@ A new file <filename>/etc/init.d/localnet</filename> is created containing the following: </para> -<literallayout> +<para> +<screen> <userinput>cat > /etc/init.d/localnet << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/localnet @@ -49,7 +50,8 @@ esac # End /etc/init.d/localnet <userinput>EOF</userinput> -</literallayout> +</screen> +</para> </sect1> |