<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in docsinstall</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>633963a3 - Add missing Korean doc package entry, remove non-existent Serbian doc</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#633963a3</link>
        <description>Add missing Korean doc package entry, remove non-existent Serbian docpackage entry.Approved by:	re (gjb)MFC after:	1 week

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Mon, 24 Aug 2020 14:00:12 +0000</pubDate>
        <dc:creator>Marc Fonvieille &lt;blackend@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fef95330 - Update copyrights</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#fef95330</link>
        <description>Update copyrightsMFC after:	3 daysX-MFC-to:	stable/10

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Fri, 11 Sep 2015 20:58:00 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>527a9f3a - Remove use of return outside of function</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#527a9f3a</link>
        <description>Remove use of return outside of functionMFC after:	3 daysX-MFC-to:	stable/10

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Fri, 11 Sep 2015 20:45:41 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>efd6e672 - Remove a non-required unsafe condition added in the previous commit</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#efd6e672</link>
        <description>Remove a non-required unsafe condition added in the previous commitReviewed by:	baptApproved by:	dteskeSponsored by:	ScaleEngine Inc.

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Wed, 18 Mar 2015 23:47:30 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4218709 - Fix the handbook install option in bsdinstall</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#d4218709</link>
        <description>Fix the handbook install option in bsdinstallbsdconfig&apos;s f_package_add doesn&apos;t seem to support using the pkg repo from /etc/pkg/FreeBSD.conf, it also tries to run the commands on the installer image, not in the destination chrootInstead, manually bootstrap pkg in the chroot, and then install the requested packages (in the chroot)Doesn&apos;t use pkg -c, because pkg is not installed on the installer imagePR:		196250Differential Revision:	https://reviews.freebsd.org/D2026Approved by:	baptSponsored by:	ScaleEngine Inc.

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Wed, 18 Mar 2015 23:24:38 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>751952ae - When merging docsinstall and zfsboot updates to stable/9 it was discovered</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#751952ae</link>
        <description>When merging docsinstall and zfsboot updates to stable/9 it was discoveredthat the slightly older dialog(1) requires --separate-output when using the--checklist widget to force response to produce unquoted values (whereas instable/10 --checklist widget without --separate-output will only quote thechecklist labels in the response if the label is multi-word (contains anywhitespace).Since these enhancements (see revisions 263956 and 264437) were developedoriginally on 10, the --separate-output option was omitted. When merged tostable/9, we (Allan Jude) and I found during testing that the &quot;always-quoting&quot; of the response was causing things like struct interpolation tofail (`f_struct device_$dev&apos; would produce `f_struct device_\&quot;da0\&quot;&apos; forexample -- literal quotes inherited from dialog(1) --checklist response).To see the behavior, execute the following on stable/9 versus stable/10:        dialog --checklist disks: 0 0 0 da0 &quot;&quot; off da1 &quot;&quot; offCheck both items and hit enter. On stable/10, the response is:        da0 da1On stable/9 the response is:        &quot;da0&quot; &quot;da1&quot;If you use the --separate-output option, the response is the same for both:        da0        da1So applying --separate-output on every platform until either one of twothings occurs 1) dialog(1,3) gets synchronized between stable/9, higher or2) we drop support for stable/9.MFC after:      3 daysReviewed by:    Allan Jude

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Tue, 15 Apr 2014 06:56:59 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bc4a673f - A series of changes tested together as a whole:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#bc4a673f</link>
        <description>A series of changes tested together as a whole:+ Add a `-D FILE&quot; command-line option for overriding the path to the  bsdinstall log file (BSDINSTALL_LOG env var).+ Document new `-D FILE&apos; in the man page for bsdinstall.+ If FILE in `-D FILE&apos; begins with a +, debug output goes to stdout  (interleaved between dialog(1) invocations/output) as well as to FILE  (minus the leading + of course).+ If BSDINSTALL_LOG cannot be written, then debugging is disabled (except in  the case of a leading + in the pathname, wherein debug will still be  printed to stdout).+ Update source code formatting style.+ Fix a dangling participle (&quot;Begun ...&quot; -&gt; &quot;Began ...&quot;)+ Rewrite the docsinstall script (was necessary to abate direct dependency  on BSDINSTALL_LOG (instead, use fault-tolerant bsdconfig framework which  displays appropriate errors for package management).NB: docsinstall is still using pkg(8) after this change.+ Add additional debug output for dhclient/rtsol/wpa_cliscan+ Display script errors in a textbox rather than just on stdout+ Update many coments.+ Add new f_show_err() API call (like f_show_msg but changes the dialog  title to &quot;Error&quot;)(see bsdconfig&apos;s `common.subr&apos;).+ Add new f_eval_catch() API call for executing a command via eval but not  before logging the command to debug. Several example cases documented in  API header for function in bsdconfig&apos;s `common.subr&apos;.+ Fix dialog auto-sizing when launched as an rvalue to a pipe for indirected  scripts (previously would default to 24x80 sizing in this case, now it can  autosize to full size even when in a pipe chain).+ Fix bug in f_snprintf if $format argument began with &quot;-&quot;; printf would  misinterpret as a flag. (this is in bsdcofig&apos;s `strings.subr&apos;).+ Add accompanying f_sprintf() and f_vsprintf() to go along with already  existing f_snprintf() and f_vsnprintf() (see bsdconfig&apos;s `strings.subr&apos;).+ Remove some unnecessary default ZFS datasets from the automatic &quot;zfsboot&quot;  script. Such as: /usr/ports/distfiles /usr/ports/packages /usr/obj /var/db  /var/empty /var/mail and /var/run (these can all be created as-needed once  the system is installed).+ Remove setuid=off for /usr/home (as discussed from last round of CFT).+ Fix some i18n string violations in &quot;zfsboot&quot;.+ Bolster debugging output in &quot;zfsboot&quot;.+ Fix some string quoting issues in &quot;zfsboot&quot;.+ Fix some variable scope issues in &quot;zfsboot&quot;.+ Change &quot;Create&quot; to &quot;Install&quot; in &quot;zfsboot&quot; main menu.+ Increase error checking in &quot;zfsboot&quot; (type-check arguments and such).+ Add call to &quot;graid destroy&quot; killing automatic metadata (part of the series  of pedantic destructions we do when bootstrapping a new/naked disk).+ Make judicious use of new f_eval_catch() in &quot;zfsboot&quot;.+ Fixup some variable names for consistency (zfsboot).+ Fix an underride syntax parameter expansion folly (zfsboot).+ Confirm layout if not explicitly chosen when blindly proceeding (no  longer have to touch anything on the ZFS menu if it scares you, just  choose the omnibus &quot;Install&quot; option at the top and you&apos;ll be prompted to  select vdev type and disks in the layout confirmation dialog).+ Change numbered menu items to alphabetic for more efficient navigation.+ Consolidate vdev selection and disk selection into a single stateful  menu which performs validation and allows backing out to each previous  menu as you go deeper.+ Redesign the ``Last Chance&apos;&apos; dialog (still using the same colors, but  make it conform to a tolerable width and make disks appear in a block-  quote style indented region).+ Fix a bug wherein we used the a lowercase variable name by accident  (actual variable name declared as all-uppercase) at the time of  initializing fstab(5) (not believed to cause any issues though).+ Update the geli setup infobox for each provider being initialized  (not just at the onset -- since each ``geli init&apos;&apos; causes kernel messages  to push our infobox off-screen).Reviewed by:	Allan Jude &lt;freebsd@allanjude.com&gt;Discussed on:	-currentMFC after:	3 days

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Fri, 08 Nov 2013 09:57:03 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ae21ddc - Switch to using pkg(8) for the doc install in bsdinstall(8).</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#4ae21ddc</link>
        <description>Switch to using pkg(8) for the doc install in bsdinstall(8).This also bootstraps the system with pkg(8) for future use.PR:		183488Submitted by:	Joe EnnisMFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Wed, 06 Nov 2013 15:49:31 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98272680 - Add executable bit to docsinstall [old] and entropy [new] scripts.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#98272680</link>
        <description>Add executable bit to docsinstall [old] and entropy [new] scripts.Approved by:	re (gjb)

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Tue, 15 Oct 2013 02:07:29 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>05b56666 - Fix a bug that prevented docsinstall from being able to use DNS in most</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#05b56666</link>
        <description>Fix a bug that prevented docsinstall from being able to use DNS in mostcases and provide a better error handling mechanism during packageinstallation.Approved by:	re (kib)

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Thu, 18 Aug 2011 16:00:32 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfc3bab8 - Per request of the docs team, install docs as packages, instead of via</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall#bfc3bab8</link>
        <description>Per request of the docs team, install docs as packages, instead of viathe normal distfile mechanism. Thanks to Marc Fonvieille for the patch andfor putting up with me taking entirely too long to commit this!Submitted by:	blackend

            List of files:
            /freebsd-13.1/usr.sbin/bsdinstall/scripts/docsinstall</description>
        <pubDate>Sat, 09 Jul 2011 23:01:54 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
