diff options
Diffstat (limited to 'chapter07/rc.xml')
-rw-r--r-- | chapter07/rc.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter07/rc.xml b/chapter07/rc.xml index 7fcf4d71e..2e86e031c 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -7,7 +7,6 @@ A new file <filename>/etc/init.d/rc</filename> is created containing the following: </para> <literallayout> - <userinput>cat > rc << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/rc @@ -246,7 +245,6 @@ fi # End /etc/init.d/rc <userinput>EOF</userinput> - </literallayout> </sect1> |