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

            List of files:
            /freebsd-14.2/usr.bin/chpass/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>dfb98e35 - Fix i386 build of chpass after r363992</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#dfb98e35</link>
        <description>Fix i386 build of chpass after r363992My change to allow bootstrapping pwd_mkdb (r363992) resulted in i386 buildfailures because the bootstrap header was being included in non-bootstrap chpass.Dropping the no longer required pwd_mkdb include path from chpass fixesthe build, but to be certain that the failure doesn&apos;t get re-introduced,I&apos;ve also moved the bootstrap pwd.h into a subdirectory so that adding-I${SRCTOP}/usr.sbin/pwd_mkdb doesn&apos;t pull it in.Reported by:	mjg

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 08 Aug 2020 10:05:27 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fb - Adopt SRCTOP in usr.bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#a35f04fb</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31 - Convert absolute links to relative links.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#ce9f2d31</link>
        <description>Convert absolute links to relative links.Style.Makefile(9) has been ignored to produce minimal diffs.Approved by:	grehan (mentor)MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 05:10:38 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>674c4585 - Restore the &apos;beforeinstall&apos; for chpass(1), so files with the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#674c4585</link>
        <description>Restore the &apos;beforeinstall&apos; for chpass(1), so files with theschg flag are handled before being replaced by a symbolic link.Fix passwd(1)/yppasswd(1) schg issue similarly to chpass(1).Note:  These are likely temporary fixes while identifying anyremaining files that are not marked as &apos;flags=schg&apos; via mtree(8).Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 28 Jan 2016 02:56:30 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55cd62fc - Ensure mtree(8) recognizes chpass(1) is schg.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#55cd62fc</link>
        <description>Ensure mtree(8) recognizes chpass(1) is schg.Convert hard links to symbolic links, and remove the&apos;beforeinstall&apos; and &apos;afterinstall&apos; chflags(8) execution.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 28 Jan 2016 01:15:57 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e707eb9b - Partially revert 278642</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#e707eb9b</link>
        <description>Partially revert 278642On reinstall (overwrite) install(1) does not handle chflagsReported by:	ian

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Fri, 13 Feb 2015 07:51:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f65be6c - Use PRECIOUSPROG instead of custom code to handle schg</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#9f65be6c</link>
        <description>Use PRECIOUSPROG instead of custom code to handle schgThis allows to preserve schg when installed with -DNO_ROOTMFC after:	1 week

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 12 Feb 2015 23:08:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11666ce5 - Restore historical behaviour of only executing chflags on files that exist.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#11666ce5</link>
        <description>Restore historical behaviour of only executing chflags on files that exist.This eliminates cosmetic errors of the form &quot;chflags: ...: No such file ordirectory&quot; during an installworld to an empty destination.

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Tue, 04 May 2010 11:34:13 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f28039b - Let the afterinstall target ignore failures from running chflags.  This</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#9f28039b</link>
        <description>Let the afterinstall target ignore failures from running chflags.  Thisallows it to work over NFS, and puts it back into conformance with other&apos;schg&apos; utlitilties in the system.Reviewed by:	ed

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 12:35:20 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb3ec8e0 - Make the chpass Makefile honour NO_FSCHG.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#cb3ec8e0</link>
        <description>Make the chpass Makefile honour NO_FSCHG.The chpass Makefile tried to set the fschg flag on the binaries, even ifNO_FSCHG was passed to the installworld. This meant that if I installedFreeBSD into a Jail, I couldn&apos;t installworld from within the Jailanymore.Now that it listens to NO_FSCHG, we can just make it bail out when itfails, just like PRECIOUSPROG does.

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Mon, 15 Jun 2009 21:05:00 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aee04204 - More NO_NIS cleanup: LINKS and MLINKS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#aee04204</link>
        <description>More NO_NIS cleanup: LINKS and MLINKS

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Wed, 29 Dec 2004 08:13:20 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c58990d - Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#6c58990d</link>
        <description>Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.If turned on  no NIS support and related programs will be built.Lost parts rediscovered by:	Danny Braniss &lt;danny at cs.huji.ac.il&gt;PR:		bin/68303No objections:	des, gshapiro, nectarReviewed by:	ruApproved by:	rwatson (mentor)MFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Sat, 13 Nov 2004 20:40:32 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d32d8d5 - Style cleanup.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#8d32d8d5</link>
        <description>Style cleanup.

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Mon, 30 Dec 2002 09:46:58 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24c05aee - Make WARNS=5 clean.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#24c05aee</link>
        <description>Make WARNS=5 clean.Tested on:	sparc64, Athlon[32]

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Mon, 30 Dec 2002 09:45:26 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1d05925 - Use libutil and libypclnt for all passwd manipulation and NIS needs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chpass/Makefile#f1d05925</link>
        <description>Use libutil and libypclnt for all passwd manipulation and NIS needs.Sponsored by:	DARPA, NAI Labs

            List of files:
            /freebsd-14.2/usr.bin/chpass/Makefile</description>
        <pubDate>Wed, 08 May 2002 00:54:29 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
