diff options
Diffstat (limited to 'chapter06/bootscripts-inst.xml')
-rw-r--r-- | chapter06/bootscripts-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 50d709d54..8b39d37e7 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -14,11 +14,11 @@ skip Chapter 7 when you arrive at it and move on to Chapter 8.</para> <para>Install the boot scripts:</para> -<para><screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen></para> +<screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen> <para>Give <emphasis>root</emphasis> ownership of the scripts:</para> -<para><screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para> +<screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen> </sect2> |