Author: bdubbs
Date: 2011-10-31 10:16:49 -0600 (Mon, 31 Oct 2011)
New Revision: 8927
Modified:
trunk/BOOK/server/major/vsftpd.xml
Log:
Fix sed delimiter
Modified: trunk/BOOK/server/major/vsftpd.xml
===================================================================
--- trunk/BOOK/server/major/vsftpd.xml 2011-10-30 18:47:49 UTC (rev 8926)
+++ trunk/BOOK/server/major/vsftpd.xml 2011-10-31 16:16:49 UTC (rev 8927)
@@ -88,7 +88,7 @@
<para>If you did not install the optional
<application>libcap2</application> package,
run the following to avoid a build error:</para>
-<screen><userinput>sed -i -e 's:#define VSF_SYSDEP_HAVE_LIBCAP|//&|'
sysdeputil.c</userinput></screen>
+<screen><userinput>sed -i -e 's|#define VSF_SYSDEP_HAVE_LIBCAP|//&|'
sysdeputil.c</userinput></screen>
<para>Build <application>vsftpd</application> as an unprivileged user
using the following command:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page