<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in var_run</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ed9712f8943573136fa92a0e61c8e7c10952eeb0 - var_run: Clean up style</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#ed9712f8943573136fa92a0e61c8e7c10952eeb0</link>
        <description>var_run: Clean up styleClean up style and make more consistent.Replace test with if-then-else to make the script more legible.Replace the call to dirname with the shell %/* operator avoiding afork &amp; exec.Reorder the test for $var_run_autosave before the test for /var/run ontmpfs. This avoids gratuitously scanning the mount table for a tmpfs/var/run.Initial concept by and in discussion with:	Harry Schmalzbauer &lt;freebsd@omnilan.de&gt;No functional change intended.MFC after:		2 weeksDiffernential revision:	https://reviews.freebsd.org/D47773

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Tue, 26 Nov 2024 16:16:22 +0100</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>858568068204b962d73c8345455fdac8788bf11e - Revert &quot;rc.d/var_run: Fix typo in comment&quot;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#858568068204b962d73c8345455fdac8788bf11e</link>
        <description>Revert &quot;rc.d/var_run: Fix typo in comment&quot;svcj is not a typo.Noted by:	jlduranMFC after:	3 daysThis reverts commit bef05a753727fa28032e1b5a895c94b2ffaedd46.

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Mon, 25 Nov 2024 19:39:46 +0100</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d58cf6ff905377dbca1ecf004f53133e6b57a46 - rc.d/var_run: Add missing $(dirname)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#4d58cf6ff905377dbca1ecf004f53133e6b57a46</link>
        <description>rc.d/var_run: Add missing $(dirname)We intend to create the containing directory here. Fix this typo.PR:		282939MFC after:	3 days

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Mon, 25 Nov 2024 18:11:47 +0100</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bef05a753727fa28032e1b5a895c94b2ffaedd46 - rc.d/var_run: Fix typo in comment</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#bef05a753727fa28032e1b5a895c94b2ffaedd46</link>
        <description>rc.d/var_run: Fix typo in comment

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Mon, 25 Nov 2024 18:10:13 +0100</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f99f0ee14e3af81c23150a6a340259ca8a33d01a - rc.d: add a service jails config to all base system services</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#f99f0ee14e3af81c23150a6a340259ca8a33d01a</link>
        <description>rc.d: add a service jails config to all base system servicesThis gives more permissions to services (e.g. network access toservices which require this) when they are started as an automaticservice jail.The sshd patch is important for the sshd-related functionality asdescribed in the man-page in the service jails part.The location of the added env vars is supposed to allow overriding themin rc.conf, and to hard-disable the use of svcj for some parts where itdoesn&apos;t make sense or will not work.Only a subset of all of the services are fully tested (I&apos;m running thissince more than a year with various services started as service jails).The untested parts should be most of the time ok, in some edge-casesmore permissions are needed inside the service jail.Differential Revision:	https://reviews.freebsd.org/D40371

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Wed, 22 May 2024 15:31:47 +0200</pubDate>
        <dc:creator>Alexander Leidinger &lt;netchild@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72b045386dd3db8b31ec3067cb9e160cbd1cfbc6 - rc: Set var_run_enable to enable by default</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#72b045386dd3db8b31ec3067cb9e160cbd1cfbc6</link>
        <description>rc: Set var_run_enable to enable by defaultThis will load/save the /var/run directories at boot/shutdown ifand only if /var/run/ is a tmpfs mount so it is a win for tmpfsusers and a no-op for everyone else.Reviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D44097Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Tue, 27 Feb 2024 18:33:52 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b77b3099685f27fa1da89cb5b8f376bef87b05ec - rc.d/var_run: Add needed &quot;shutdown&quot; keyword</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#b77b3099685f27fa1da89cb5b8f376bef87b05ec</link>
        <description>rc.d/var_run: Add needed &quot;shutdown&quot; keywordThe &quot;shutdown&quot; keyword invokes rcorder with the -k flag, for rc scriptswith the keyword at shutdown.Reported by:	bdreweryFixes:		27b9777c28b4MFC after:	3 daysDifferential Revision:

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Tue, 20 Sep 2022 20:44:11 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27b9777c28b4e9474bdc500c28d04feec48fbb84 - libexec/rc: Add var_run rc script</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/var_run#27b9777c28b4e9474bdc500c28d04feec48fbb84</link>
        <description>libexec/rc: Add var_run rc scriptUsers with a tmpfs /var/run will lose the directory tree state of/var/run at reboot. This rc script will optionally (by default)capture the state of the directory structure in /var/run prior toshutdown and recreate it at system boot.Alternatively a user can save the state of the /var/run directoriesmanually using service var_run save and disable the autosaving of/var/run state using the var_run_autosave variable, for thoseparanoid SSD users.PR:			259585, 259699Reported by:		freebsd@walstatt-de.de,Reviewed by:		philip, gbe (previous version)MFC after:		1 weekDifferential Revision:	https://reviews.freebsd.org/D36386

            List of files:
            /freebsd/libexec/rc/rc.d/var_run</description>
        <pubDate>Sun, 28 Aug 2022 14:48:25 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
