<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93e779a2 - META MODE: These need object directories to handle staging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#93e779a2</link>
        <description>META MODE: These need object directories to handle staging.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 01:14:27 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7431dfd4 - Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#7431dfd4</link>
        <description>Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Makefile&apos;s, fixing concurrent installworld (`make -j17 installworld&apos;).Thanks to:	delphij, emasteReviewed by:	delphijMFC after:	3 daysX-MFC-to:	stable/10, stable/9

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Tue, 04 Nov 2014 00:14:38 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7323adac - Import media selection/preparation framework (sysinstall inspired). Makes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#7323adac</link>
        <description>Import media selection/preparation framework (sysinstall inspired). Makesaccessing files from various types of media nice and abstracted away fromthe wet-work involved in preparing, validating, and initializing thosetypes of media. This will be used for the package management system moduleand other modules that need access to files and want to allow the user todecide where those files come from (either in a scripted fashion, promptedfashion, or any combination thereof).Heavily inspired by sysinstall and even uses the same reserved words sothat scripts are portable. Coded over months, tested continuously through-out, and reviewed several times.Some notes about the changes:- Move network-setting acquisition/validation routines to media/tcpip.subr- The options screen from sysinstall has been converted to a dialog menu- The &quot;UFS&quot; media choice is renamed to &quot;Directory&quot; to reflect how sysinstall  treats the choice and a new [true] &quot;UFS&quot; media choice has been added that  acts on real UFS partitions (such as external disks with disklabels).- Many more help files have been resurrected from sysinstall (I noticed that  some of the content seems a bit dated; I gave them a once-over but they  could really use an update).- A total of 10 media choices are presented (via mediaGetType) including:  CD/DVD, FTP, FTP Passive, HTTP Proxy, Directory, NFS, DOS, UFS, Floppy, USB- Novel struct/device management layer for managing the issue of passing  more information than can comfortably fit in an argument list.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Mon, 25 Feb 2013 19:55:32 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14599250 - Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate them</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#14599250</link>
        <description>Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate theminto bsdconfig(8).Approved by:	adrian (co-mentor) (implicit)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Mon, 22 Oct 2012 18:01:38 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e0adcda - More-accurately replicate the help system from sysinstall(8). However, also</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#6e0adcda</link>
        <description>More-accurately replicate the help system from sysinstall(8). However, alsoimprove upon the system by giving the user a &quot;Help&quot; button instead of requiringthe user to press F1.NOTE: In FreeBSD-9 and higher, dialog(1) does not support the F1 hook, so the      mechanism for providing help to the user had to be changed to a button.This now means we can resurrect *.hlp files from usr.sbin/sysinstall/help/ as-is and reusing them as-needed in bsdconfig (holding to the goal of losing aslittle functionality from sysinstall as possible).Reviewed by:	adrian (co-mentor)Approved by:	adrian (co-mentor)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Thu, 18 Oct 2012 18:43:54 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab2043b8 - Move major includes into /usr/share/bsdconfig for easy external access.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#ab2043b8</link>
        <description>Move major includes into /usr/share/bsdconfig for easy external access.Reviewed by:	adrian (co-mentor)Approved by:	adrian (co-mentor)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Tue, 18 Sep 2012 22:28:42 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>641a6cfb - Import bsdconfig(8) as a replacement for the post-install abilities of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/include/Makefile#641a6cfb</link>
        <description>Import bsdconfig(8) as a replacement for the post-install abilities ofdeprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.Submitted by:	Devin Teske (dteske), Ron McDowell &lt;rcm@fuzzwad.org&gt;Reviewed by:	Ron McDowell &lt;rcm@fuzzwad.org&gt;Approved by:	Ed Maste (emaste)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/include/Makefile</description>
        <pubDate>Sat, 14 Jul 2012 03:16:57 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
