<?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 README.examples</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>05248206 - Remove $FreeBSD$: one-line bare tag</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#05248206</link>
        <description>Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Wed, 16 Aug 2023 17:55:20 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df53ae0f - Remove portsnap(8)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#df53ae0f</link>
        <description>Remove portsnap(8)Rather than having a tool in the FreeBSD base system for obtainingthe FreeBSD ports tree, users are encouraged to `pkg install git`and then `git clone https://git.FreeBSD.org/ports.git /usr/ports`.The portsnap servers will continue operating until FreeBSD 13 reachesits End-of-Life, and portsnap is available from the ports tree asports-mgmt/portsnap.Requested by:	portmgrRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D39563X-MFC:		no

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Sun, 23 Apr 2023 01:07:14 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@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/share/examples/etc/README.examples#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/share/examples/etc/README.examples</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>0aa27001 - Put OPIE to rest.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#0aa27001</link>
        <description>Put OPIE to rest.Differential Revision: https://reviews.freebsd.org/D36592

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Sun, 02 Oct 2022 01:37:29 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>237abf0c - - Trim an unused and bogus Makefile for mount_smbfs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#237abf0c</link>
        <description>- Trim an unused and bogus Makefile for mount_smbfs.- Reconnect with some minor modifications, in particular now selsocket()internals are adapted to use sbintime units after recent&apos;ish calloutngswitch.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Fri, 28 Jun 2013 21:00:08 +0000</pubDate>
        <dc:creator>Davide Italiano &lt;davide@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e564269 - Disconnect non-MPSAFE SMBFS from the build in preparation for dropping</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#2e564269</link>
        <description>Disconnect non-MPSAFE SMBFS from the build in preparation for droppingGIANT from VFS. In addition, disconnect also netsmb, which is a baserequirement for SMBFS.In the while SMBFS regular users can use FUSE interface and smbnetfsport to work with their SMBFS partitions.Also, there are ongoing efforts by vendor to support in-kernel smbfs,so there are good chances that it will get relinked once properly locked.This is not targeted for MFC.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Thu, 18 Oct 2012 12:04:56 +0000</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c5a9216 - Finally nuke auth.conf, nine years after it was deprecated.  The only</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#7c5a9216</link>
        <description>Finally nuke auth.conf, nine years after it was deprecated.  The onlything it was still used for was to set the &quot;global default&quot; passwordhash.  Since the stock auth.conf contained nothing but comments, theglobal default was actually the first algorithm in crypt(3)&apos;s list,which happens to be DES; I take the fact that nobody noticed as proofthat it was not used outside of crypt(3).The only other use in our tree was in the Kerberos support code inin tinyware&apos;s passwd(1).  I removed that code in an earlier commit;it would not have compiled anyway, as it only supported Kerberos IV.The auth_getval() function is now a stub that always returns NULL,which has the same effect as a functional auth_getval() with anempty auth.conf.MFC after:	3 weeks

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Tue, 12 Jun 2012 17:02:53 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba0d27e3 - Remove the manpath.config entry now that it&apos;s no longer installed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#ba0d27e3</link>
        <description>Remove the manpath.config entry now that it&apos;s no longer installed.Submitted by:	b. f.Approved by:	wes (mentor implicit)

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Sat, 09 Oct 2010 05:57:23 +0000</pubDate>
        <dc:creator>Gordon Tetlow &lt;gordon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe976fdd - Remove references to pccard.conf, it is no longer used.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#fe976fdd</link>
        <description>Remove references to pccard.conf, it is no longer used.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Thu, 19 Oct 2006 05:19:00 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba9dfb80 - Close a &quot;(&quot; I left open.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#ba9dfb80</link>
        <description>Close a &quot;(&quot; I left open.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Tue, 16 May 2006 17:10:16 +0000</pubDate>
        <dc:creator>Matteo Riondato &lt;matteo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>273733f2 - Update README.examples according to the current state of the examples/etc directory</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#273733f2</link>
        <description>Update README.examples according to the current state of the examples/etc directoryPR:	conf/97232

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Mon, 15 May 2006 17:43:51 +0000</pubDate>
        <dc:creator>Matteo Riondato &lt;matteo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b89956d - Spelling fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#5b89956d</link>
        <description>Spelling fixes.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Sun, 20 Jun 2004 13:33:35 +0000</pubDate>
        <dc:creator>Mike Pritchard &lt;mpp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0d9e3b1a - Fix typo.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#0d9e3b1a</link>
        <description>Fix typo.Submitted by:	Michel Lavond&#232;s &lt;fox@vader.aacc.cc.md.us&gt;PR:		docs/66536

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Wed, 12 May 2004 20:33:25 +0000</pubDate>
        <dc:creator>Josef El-Rayes &lt;josef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f88a547b - Remove nsswitch.conf from the list of examples, because there is no</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#f88a547b</link>
        <description>Remove nsswitch.conf from the list of examples, because there is nosuch example.Reported by:	blackend

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Mon, 15 Sep 2003 16:42:52 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd966096 - Removed the vestiges of modems(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#cd966096</link>
        <description>Removed the vestiges of modems(5).Approved by:	re

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Wed, 27 Nov 2002 16:45:10 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d33a962d - Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#d33a962d</link>
        <description>Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asdiscussed on the arch@ mailinglist (after repo-copy).sys.mk will .error if it finds /etc/defaults/make.conf but includeit anyways (this is the same behaviour as with the make.conf.localremoval)./usr/share/examples/etc/make.conf has BDEFLAGS commented out now,since it&apos;s only an example file.Adjust all textes that talk about make.conf or defaults/make.conf tomatch the new situation.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Thu, 30 Aug 2001 22:44:51 +0000</pubDate>
        <dc:creator>Alexander Langer &lt;alex@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff6ea8bb - Document defaults/periodic.conf.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#ff6ea8bb</link>
        <description>Document defaults/periodic.conf.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Wed, 29 Aug 2001 19:45:27 +0000</pubDate>
        <dc:creator>Alexander Langer &lt;alex@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1ff8bfd - Since we remove skey...</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#a1ff8bfd</link>
        <description>Since we remove skey...

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Mon, 30 Jul 2001 16:05:03 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>248aee62 - Add nsswitch support.  By creating an /etc/nsswitch.conf file, you can</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#248aee62</link>
        <description>Add nsswitch support.  By creating an /etc/nsswitch.conf file, you canconfigure FreeBSD so that various databases such as passwd and group can belooked up using flat files, NIS, or Hesiod.= Hesiod has been added to libc (see hesiod(3)).= A library routine for parsing nsswitch.conf and invoking callback  functions as specified has been added to libc (see nsdispatch(3)).= The following C library functions have been modified to use nsdispatch:    . getgrent, getgrnam, getgrgid    . getpwent, getpwnam, getpwuid    . getusershell    . getaddrinfo    . gethostbyname, gethostbyname2, gethostbyaddr    . getnetbyname, getnetbyaddr    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr= host.conf has been removed from src/etc.  rc.network has been modified  to warn that host.conf is no longer used at boot time.  In addition, if  there is a host.conf but no nsswitch.conf, the latter is created at boot  time from the former.Obtained from:	NetBSD

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Wed, 06 Sep 2000 18:16:48 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ece27d97 - Enable etc/defaults/pccard.conf which is default configuration file</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/share/examples/etc/README.examples#ece27d97</link>
        <description>Enable etc/defaults/pccard.conf which is default configuration filefor pccardd.Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.confas well.Note that old pccard.conf.sample still remains for while butno longer to be maintained.Reviewed by:	imp, -mobile ML and nomads ML in Japan.

            List of files:
            /freebsd-14.2/share/examples/etc/README.examples</description>
        <pubDate>Mon, 03 Apr 2000 19:24:25 +0000</pubDate>
        <dc:creator>Mitsuru IWASAKI &lt;iwasaki@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
