<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>9cf02c38e492dd16b70bfd8203b3f1bc6436e574 - libpam: Don&apos;t put man8 in the dev package</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#9cf02c38e492dd16b70bfd8203b3f1bc6436e574</link>
        <description>libpam: Don&apos;t put man8 in the dev packageThese are user-facing manpages, but were installed in the runtime-devpackage since the PAM modules use bsd.lib.mk.  Use MANNODEV instead ofMAN to put them in the base runtime package instead.Fixes:  031e711647c3 (&quot;packages: Install development manpages in the -dev package&quot;)MFC after:	3 daysReviewed by:	baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53601

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Mon, 10 Nov 2025 10:14:42 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e69612d5df1c1d5bd86990ea4d9a170c030b292 - pam: Add pam_xdg module</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#6e69612d5df1c1d5bd86990ea4d9a170c030b292</link>
        <description>pam: Add pam_xdg moduleThis is a module to setup the XDG directories and environment variables.For now the only usage is to have a XDG_RUNTIME_DIR environment setup atuser login.All other environment variable have a default fallback so no need to exportthem in this module.The directory is created according to the XDG Base directory specification.The default base directory is /var/run/xdg/&lt;username&gt; but can be configuredusing the runtime_dir=&lt;dir&gt; module option.According to the spec the directory *must* not survive a reboot so addingvar_run_enable=&quot;YES&quot; to rc.conf is highly recommanded.Reviewed by:	des, pauamma (manpages)Differential Revision:	https://reviews.freebsd.org/D44011Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Wed, 21 Feb 2024 14:51:05 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cf02c38e492dd16b70bfd8203b3f1bc6436e574 - libpam: Don&apos;t put man8 in the dev package</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#9cf02c38e492dd16b70bfd8203b3f1bc6436e574</link>
        <description>libpam: Don&apos;t put man8 in the dev packageThese are user-facing manpages, but were installed in the runtime-devpackage since the PAM modules use bsd.lib.mk.  Use MANNODEV instead ofMAN to put them in the base runtime package instead.Fixes:  031e711647c3 (&quot;packages: Install development manpages in the -dev package&quot;)MFC after:	3 daysReviewed by:	baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53601

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Mon, 10 Nov 2025 10:14:42 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e69612d5df1c1d5bd86990ea4d9a170c030b292 - pam: Add pam_xdg module</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#6e69612d5df1c1d5bd86990ea4d9a170c030b292</link>
        <description>pam: Add pam_xdg moduleThis is a module to setup the XDG directories and environment variables.For now the only usage is to have a XDG_RUNTIME_DIR environment setup atuser login.All other environment variable have a default fallback so no need to exportthem in this module.The directory is created according to the XDG Base directory specification.The default base directory is /var/run/xdg/&lt;username&gt; but can be configuredusing the runtime_dir=&lt;dir&gt; module option.According to the spec the directory *must* not survive a reboot so addingvar_run_enable=&quot;YES&quot; to rc.conf is highly recommanded.Reviewed by:	des, pauamma (manpages)Differential Revision:	https://reviews.freebsd.org/D44011Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Wed, 21 Feb 2024 14:51:05 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cf02c38e492dd16b70bfd8203b3f1bc6436e574 - libpam: Don&apos;t put man8 in the dev package</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#9cf02c38e492dd16b70bfd8203b3f1bc6436e574</link>
        <description>libpam: Don&apos;t put man8 in the dev packageThese are user-facing manpages, but were installed in the runtime-devpackage since the PAM modules use bsd.lib.mk.  Use MANNODEV instead ofMAN to put them in the base runtime package instead.Fixes:  031e711647c3 (&quot;packages: Install development manpages in the -dev package&quot;)MFC after:	3 daysReviewed by:	baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53601

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Mon, 10 Nov 2025 10:14:42 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e69612d5df1c1d5bd86990ea4d9a170c030b292 - pam: Add pam_xdg module</title>
        <link>http://opengrok.net:8080/history/src/lib/libpam/modules/pam_xdg/Makefile#6e69612d5df1c1d5bd86990ea4d9a170c030b292</link>
        <description>pam: Add pam_xdg moduleThis is a module to setup the XDG directories and environment variables.For now the only usage is to have a XDG_RUNTIME_DIR environment setup atuser login.All other environment variable have a default fallback so no need to exportthem in this module.The directory is created according to the XDG Base directory specification.The default base directory is /var/run/xdg/&lt;username&gt; but can be configuredusing the runtime_dir=&lt;dir&gt; module option.According to the spec the directory *must* not survive a reboot so addingvar_run_enable=&quot;YES&quot; to rc.conf is highly recommanded.Reviewed by:	des, pauamma (manpages)Differential Revision:	https://reviews.freebsd.org/D44011Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG

            List of files:
            /src/lib/libpam/modules/pam_xdg/Makefile</description>
        <pubDate>Wed, 21 Feb 2024 14:51:05 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
