فهرست منبع

Removed && from the last line of commands to be executed

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 سال پیش
والد
کامیت
e4893a1d72
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      chapter07/ethnet-symperm.xml

+ 1 - 2
chapter07/ethnet-symperm.xml

@@ -28,8 +28,7 @@ running the following commands:
 	<userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;
 		</userinput>
 	<userinput>cd ../rc6.d &amp;&amp;</userinput>
-        <userinput>ln -s ../init.d/ethnet K800ethnet &amp;&amp;
-                </userinput>
+        <userinput>ln -s ../init.d/ethnet K800ethnet</userinput>
 </literallayout></blockquote>
 
 </sect2>