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

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/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>3802be03 - Remove deadcode</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#3802be03</link>
        <description>Remove deadcode

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Wed, 26 Nov 2014 00:13:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5a34ec - Convert to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#ee5a34ec</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 21:18:18 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eccad222 - More -Wmissing-variable-declarations fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#eccad222</link>
        <description>More -Wmissing-variable-declarations fixes.In addition to adding missing `static&apos; keywords:- bin/dd: Pull in `extern.h&apos; to guarantee consistency with source file.- libexec/rpc.rusersd: Move shared globals into an extern.h.- libexec/talkd: Move `debug&apos; and `hostname&apos; into extern.h.- usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree.- usr.bin/m4: Move `end_result&apos; into extern.h.- usr.sbin/services_mkdb: Move shared globals into an extern.h.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Sat, 20 Oct 2012 10:33:15 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>006ab5b3 - Port all apps in libexec/ from libulog to utmpx.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#006ab5b3</link>
        <description>Port all apps in libexec/ from libulog to utmpx.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 18:28:58 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1100c001 - Make WARNS=6 the default for libexec/.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#1100c001</link>
        <description>Make WARNS=6 the default for libexec/.Just like bin/ and sbin/, I think setting WARNS to the highest valuepossible will make it more attractive for people to fix warnings.- The WARNS variable is set in the Makefile in the directory of the  application itself, making it more likely that it will be removed out  of curiosity to see what happens.- New applications will most likely build with WARNS=6 out of the box,  because the author would more likely fix the warnings during  development than lower WARNS.Unfortunately almost all apps in libexec require a lowered value ofWARNS.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:50:19 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7cb9239 - Make rpc.ruserd work with utmpx/libulog.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#a7cb9239</link>
        <description>Make rpc.ruserd work with utmpx/libulog.Because strings are now null-terminated, I&apos;ve decided to just use anarray of utmpx structures, instead of the separated strings. This meanswe just copy the entire utmpx structure and point to the strings withinthe structures directly.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Tue, 29 Dec 2009 10:28:20 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2de7889e - Perform cleanups to rpc.rusersd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#2de7889e</link>
        <description>Perform cleanups to rpc.rusersd:- Perform whitespace fixes. Use tabs instead of 8 spaces.- Make it build at WARNS=6.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Mon, 28 Dec 2009 23:01:24 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5b5c66b - - Backout botched attempt to intoduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#e5b5c66b</link>
        <description>- Backout botched attempt to intoduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:22:12 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>020ee2dc - Set the default manual section for libexec/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#020ee2dc</link>
        <description>Set the default manual section for libexec/ to 8.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:10:13 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea24 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#7f3dea24</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e522f7a - Revert $FreeBSD$ to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#9e522f7a</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 14:22:49 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea8f0676 - Correct the ancient paths here in case someone ever uncomments this again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#ea8f0676</link>
        <description>Correct the ancient paths here in case someone ever uncomments this again.

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Tue, 05 Nov 1996 05:13:39 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff416773 - Comment out the XIDLE extension stuff, it breaks make world on systems</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#ff416773</link>
        <description>Comment out the XIDLE extension stuff, it breaks make world on systemswith Xinside&apos;s CDE installed

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Mon, 04 Nov 1996 20:58:58 +0000</pubDate>
        <dc:creator>Torsten Blum &lt;torstenb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>825be05e - rusersd from FreeBSD 1.1.5.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/rpc.rusersd/Makefile#825be05e</link>
        <description>rusersd from FreeBSD 1.1.5.1Reviewed by:	geoff.Submitted by:	John Brezak

            List of files:
            /freebsd-14.2/libexec/rpc.rusersd/Makefile</description>
        <pubDate>Sun, 28 Aug 1994 14:53:45 +0000</pubDate>
        <dc:creator>Geoff Rehmet &lt;csgr@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
