svn commit: r39252 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Sun Jul 22 22:19:46 UTC 2012
Author: eadler (src,ports committer)
Date: Sun Jul 22 22:19:46 2012
New Revision: 39252
URL: http://svn.freebsd.org/changeset/doc/39252
Log:
We don't split the media anymore so this isn't an FAQ.
Approved by: wblock
Modified:
head/en_US.ISO8859-1/books/faq/book.sgml
Modified: head/en_US.ISO8859-1/books/faq/book.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.sgml Sun Jul 22 22:19:44 2012 (r39251)
+++ head/en_US.ISO8859-1/books/faq/book.sgml Sun Jul 22 22:19:46 2012 (r39252)
@@ -10616,24 +10616,6 @@ hint.sio.7.irq="12"</programlisting>
</qandaentry>
<qandaentry>
- <question id="split-1392k">
- <para>How did you split the distribution into 1392 KB
- files?</para>
- </question>
-
- <answer>
- <para>Newer BSD based systems have a <option>-b</option>
- option to &man.split.1; that allows them to split files on
- arbitrary byte boundaries.</para>
-
- <para>Here is an example from
- <filename>/usr/src/release/Makefile</filename>.</para>
-
- <programlisting>ZIPNSPLIT= gzip --no-name -9 -c | split -b 1392k -</programlisting>
- </answer>
- </qandaentry>
-
- <qandaentry>
<question id="submitting-kernel-extensions">
<para>I have written a kernel extension, who do I send it
to?</para>
More information about the svn-doc-head
mailing list