<?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/libexec/rc/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/libexec/rc/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>0b1adc42 - rc.sendmail: remove unused script</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#0b1adc42</link>
        <description>rc.sendmail: remove unused script20 years ago the use of rc.sendmail script was dropped in favorof /etc/rc.d/sendmail, it is time to retire the script entirelynow.MFC after:	1 week

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Wed, 09 Nov 2022 15:33:03 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7437ae9 - rc: Start testing the rc(8) framework (beginning with *_oomprotect)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#e7437ae9</link>
        <description>rc: Start testing the rc(8) framework (beginning with *_oomprotect)This change adds 2 tests to make sure that the *_oomprotect variablesets the protection against OOM killer properly within rc(8) scripts.This is also adding the first tests for the rc(8) framework. More testswill be added as we go.PR:		256148Approved by:	desMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D35745

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Thu, 07 Jul 2022 18:24:27 +0000</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fdf46c24 - Revert r359294 per manu&apos;s request</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#fdf46c24</link>
        <description>Revert r359294 per manu&apos;s requestIt breaks etcupdateReported by:	cy

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Wed, 25 Mar 2020 08:35:55 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77f0f1df - pkgbase: Stop threating rc files as config files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#77f0f1df</link>
        <description>pkgbase: Stop threating rc files as config filesrc scripts arent configuration files so use FILES instead of CONFS.While here put rc scripts into related package (sendmail in the FreeBSD-sendmailpackage, wpa_supplicant in the FreeBSD-wpa etc ...)Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D24177

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Wed, 25 Mar 2020 01:36:23 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c15be73 - pkgbase: Move rc scripts and related files to their own packages</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#8c15be73</link>
        <description>pkgbase: Move rc scripts and related files to their own packagesIt doesn&apos;t need to be in runtime and might help people who want toexperiment with other rc system or don&apos;t use one (like in smallembedded mfsroot).Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21499

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:08:45 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42438321 - pkgbase: Move rc.sendmail to libexec/rc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#42438321</link>
        <description>pkgbase: Move rc.sendmail to libexec/rcReviewed by:	bapt

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Wed, 22 May 2019 07:22:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f4022639 - pkgbase: Move rc.bsdextended to libexec/rc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#f4022639</link>
        <description>pkgbase: Move rc.bsdextended to libexec/rcReviewed by:	bapt

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Wed, 22 May 2019 07:21:39 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0f0053a - pkgbase: Move rc.firewall to libexec/rc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#f0f0053a</link>
        <description>pkgbase: Move rc.firewall to libexec/rcPut it with all the other rc filesReviewed by:	bapt

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Wed, 22 May 2019 07:21:05 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c35b07d1 - While preparing to move init(8) to its own package as indicated</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#c35b07d1</link>
        <description>While preparing to move init(8) to its own package as indicatedin r339413, a current pkgbase update problem came up.  For userstesting pkgbase at the moment there is no (automatic) way to pickup new base packages (yet).As a result rather than also moving init(8) to its own package,back out the part of the change in r339413 that moved rc* to itsown package and defer creating new packages until theinfrastructure is in place to handle these cases.Both init and rc* are considered too problematic to be lost byearly adaptors at this stage.Discussed with:		brdReviewed by:		brdApproved by:		re (gjb)

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Thu, 18 Oct 2018 02:07:30 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0696600c - Move the rc framework out of sbin/init into libexec/rc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rc/Makefile#0696600c</link>
        <description>Move the rc framework out of sbin/init into libexec/rc.The reasons for this are forward looking to pkgbase: * /sbin/init is a special binary; try not to replace it with   every package update because an rc script was touched.   (a follow-up commit will make init its own package) * having rc in its own place will allow more easy replacement   of the rc framework with alternatives, such as openrc.Discussed with:		brd (during BSDCam), kmooreRequested by:		cem, bzPR:			231522Approved by:		re (gjb)

            List of files:
            /freebsd-14.2/libexec/rc/Makefile</description>
        <pubDate>Wed, 17 Oct 2018 16:49:11 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
