diff options
Diffstat (limited to 'chapter07/template.xml')
-rw-r--r-- | chapter07/template.xml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/chapter07/template.xml b/chapter07/template.xml index 72a0b93f7..91e65216b 100644 --- a/chapter07/template.xml +++ b/chapter07/template.xml @@ -1,14 +1,10 @@ <sect1 id="ch07-template"> <title>Creating the template script</title> -<para> -Create the <filename>/etc/init.d/template</filename> script by running -the following command: -</para> - -<para> -<screen> -<userinput>cat > template << "EOF"</userinput> +<para>Create the <filename>/etc/init.d/template</filename> script by running +the following command:</para> + +<para><screen><userinput>cat > template << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/ @@ -52,9 +48,7 @@ case "$1" in esac # End /etc/init.d/ -<userinput>EOF</userinput> -</screen> -</para> +<userinput>EOF</userinput></screen></para> </sect1> |