diff options
Diffstat (limited to 'chapter07/reboot.xml')
-rw-r--r-- | chapter07/reboot.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter07/reboot.xml b/chapter07/reboot.xml index e57410c48..9ce1a6037 100644 --- a/chapter07/reboot.xml +++ b/chapter07/reboot.xml @@ -7,7 +7,6 @@ following: </para> <literallayout> - <userinput>cat > reboot << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/reboot @@ -23,7 +22,6 @@ echo "System reboot in progress..." # End /etc/init.d/reboot <userinput>EOF</userinput> - </literallayout> </sect1> |