<?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 sysdb</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>31fcb5661e81c88549ddb8c6b96700b9732fe0ee - Stop using the obsolete test(1) -o operator, use sh || instead.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#31fcb5661e81c88549ddb8c6b96700b9732fe0ee</link>
        <description>Stop using the obsolete test(1) -o operator, use sh || instead.Prefer sh ! over test&apos;s ! (though that one is not completely obsolete).

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Mon, 25 Dec 2023 08:38:32 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>796a3ac327b7b1e42f0b9353951575c0d472d1a8 - Avoid unnecessary use of basename(1). From Jukka Salmi a long, long time</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#796a3ac327b7b1e42f0b9353951575c0d472d1a8</link>
        <description>Avoid unnecessary use of basename(1). From Jukka Salmi a long, long timeago on a tech-kern far, far away.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Sat, 23 Apr 2016 21:24:31 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1907ec3a615d2e27fd67a01c14a15c67e384dcb8 - Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#1907ec3a615d2e27fd67a01c14a15c67e384dcb8</link>
        <description>Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) todepend on new devname_r(3) as heart. Add /dev/pts magic directly todevname(3). While it can lead to returning non-existing paths, thebehavior is more consistent that way. Drop caching layer in devname(3),it doesn&apos;t buy anything for the common case of having access to thedatabase. Teach devname(3) proper fallback behavior of scanning /dev.Create both old-style and new-style database for now in /etc/rc.d/sysdb.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Sun, 03 Jun 2012 21:42:44 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81cae6fbb5a0fa706e5acc6cc2854dd5ea52595c - Avoid rebuilding services database every boot time.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#81cae6fbb5a0fa706e5acc6cc2854dd5ea52595c</link>
        <description>Avoid rebuilding services database every boot time.The database has been renamed since the default was changed to CDB format.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Tue, 21 Feb 2012 12:30:32 +0000</pubDate>
        <dc:creator>nakayama &lt;nakayama@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d88fd184130ac467514928887b586cf5efbd26af - Terminate line with a &apos;.&apos;, not the word &apos;done&apos;, for consistency with other</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#d88fd184130ac467514928887b586cf5efbd26af</link>
        <description>Terminate line with a &apos;.&apos;, not the word &apos;done&apos;, for consistency with otherstartup scripts.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Fri, 02 Sep 2011 07:13:28 +0000</pubDate>
        <dc:creator>mbalmer &lt;mbalmer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3baf6d1ea8d661df74c819c6dd21b80c7073a98b - now that pwd_mkdb does not change the version, warn if we still have version</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#3baf6d1ea8d661df74c819c6dd21b80c7073a98b</link>
        <description>now that pwd_mkdb does not change the version, warn if we still have version0 databases.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Thu, 18 Jun 2009 22:00:04 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea3cf9a639a6ed659d4f401c44b6aff99ef7556f - Let an rc variable, sysdb=YES|NO, control the building of the system</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#ea3cf9a639a6ed659d4f401c44b6aff99ef7556f</link>
        <description>Let an rc variable, sysdb=YES|NO, control the building of the systemdatabases.  Defaults to YES.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Sun, 26 Aug 2007 23:55:50 +0000</pubDate>
        <dc:creator>dyoung &lt;dyoung@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a77bf0b00345b5b62aa2f71da1cf55c5d1599d6f - check if the source exists, not that it is a file. Reported by</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#a77bf0b00345b5b62aa2f71da1cf55c5d1599d6f</link>
        <description>check if the source exists, not that it is a file. Reported byBlair Sadewitz

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Wed, 16 May 2007 01:24:42 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a14fdbbe78e9e663c7824bb1fb492ef80f2c2cfd - don&apos;t attempt to build the db file if the src file does not exist.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#a14fdbbe78e9e663c7824bb1fb492ef80f2c2cfd</link>
        <description>don&apos;t attempt to build the db file if the src file does not exist.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Sun, 13 May 2007 17:23:56 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f776ce02e5e056637964d72ee0732d5a0e02d03 - Move .db files for services and netgroup to /var/db per gimpy&apos;s request.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#2f776ce02e5e056637964d72ee0732d5a0e02d03</link>
        <description>Move .db files for services and netgroup to /var/db per gimpy&apos;s request.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Thu, 10 May 2007 17:45:50 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f3418d6240e253905591a04554f768497fe0f649 - - don&apos;t trash utmp{,x} needlessly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#f3418d6240e253905591a04554f768497fe0f649</link>
        <description>- don&apos;t trash utmp{,x} needlessly- also support netgroup services and password- pretty print

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Tue, 08 May 2007 20:33:59 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d65dca170c6cff5688331934d180ef5488255e12 - Fix for /bin/ksh, from Jukka Salmi in PR 27232.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#d65dca170c6cff5688331934d180ef5488255e12</link>
        <description>Fix for /bin/ksh, from Jukka Salmi in PR 27232.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Tue, 12 Oct 2004 13:23:44 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d2e1537c589a0cc74bed5032035a0cf71b6c2c3 - Add an _rc_subr_loaded variable, set to &quot;:&quot; by rc.subr.  Scripts can use this</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#7d2e1537c589a0cc74bed5032035a0cf71b6c2c3</link>
        <description>Add an _rc_subr_loaded variable, set to &quot;:&quot; by rc.subr.  Scripts can use thisfor a speedup by doing:$_rc_subr_loaded . /etc/rc.subr

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Fri, 13 Aug 2004 18:08:03 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91b1808f8e23ddde117712a8c8a9499e6a071bc1 - Remove kvm_mkdb, it&apos;s not used anymore.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#91b1808f8e23ddde117712a8c8a9499e6a071bc1</link>
        <description>Remove kvm_mkdb, it&apos;s not used anymore.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Sun, 11 May 2003 18:17:30 +0000</pubDate>
        <dc:creator>ragge &lt;ragge@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3065ba717870eef8651a7e8048d77b354d3533d5 - Execute the actual command as it&apos;s set instead of calling the sh</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#3065ba717870eef8651a7e8048d77b354d3533d5</link>
        <description>Execute the actual command as it&apos;s set instead of calling the shroutine directly.  This allows one to to override a specific commandvia the use of /etc/rc.conf.d/sysdb.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Mon, 24 Feb 2003 01:04:45 +0000</pubDate>
        <dc:creator>atatat &lt;atatat@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a67080c7742b945e451730b90da5c81ee4b58e6e - Reorganize the sysdb script so that lkm{1,2,3} can request that the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#a67080c7742b945e451730b90da5c81ee4b58e6e</link>
        <description>Reorganize the sysdb script so that lkm{1,2,3} can request that thedev database be rebuilt after loading modules.  Loading modules mightcreate new nodes in /dev, but the dev database is being initializedtoo soon for lkm2 and lkm3.  This means that, eg, /dev/xf86 (typicallymarked AFTERMOUNT and loaded by lkm2) will show up properly.  Reviewedby lukem.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Tue, 08 Oct 2002 16:21:52 +0000</pubDate>
        <dc:creator>atatat &lt;atatat@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a20c1019d8192c566eb87b2ce9d3c320098e45a - create a utmpx with the same permissions as utmp</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#8a20c1019d8192c566eb87b2ce9d3c320098e45a</link>
        <description>create a utmpx with the same permissions as utmpSolves pr 18282, although very differently.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Mon, 16 Sep 2002 02:23:31 +0000</pubDate>
        <dc:creator>perry &lt;perry@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>96776149fc7ca4b0dabf8673a622c0522e36baa1 - Correct the &quot;direction&quot; of the barrier dependencies (DAEMON, LOGIN,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#96776149fc7ca4b0dabf8673a622c0522e36baa1</link>
        <description>Correct the &quot;direction&quot; of the barrier dependencies (DAEMON, LOGIN,NETWORKING, and SERVERS) by specifying that certain things shouldcome BEFORE a given barrier, rather than having the barrier REQUIREa service.  This allows scripts to be removed without having toedit the barrier dependencies.As discussed on tech-userlevel, and approved by Luke.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Fri, 22 Mar 2002 04:33:57 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c136cf3dfe83b73e4d1f3d76f13cd8a7d0c15304 - wrap kvm_mkdb arg in &quot;s. from adam laurie in pr 12664</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#c136cf3dfe83b73e4d1f3d76f13cd8a7d0c15304</link>
        <description>wrap kvm_mkdb arg in &quot;s. from adam laurie in pr 12664

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Mon, 16 Apr 2001 01:38:15 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>585c4dc3e69f3cb47c1b4207130cbb09503ebf13 - Add missing -n option of sysctl(8) booted_kernel name retrival.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/sysdb#585c4dc3e69f3cb47c1b4207130cbb09503ebf13</link>
        <description>Add missing -n option of sysctl(8) booted_kernel name retrival.

            List of files:
            /netbsd-src/etc/rc.d/sysdb</description>
        <pubDate>Sat, 14 Oct 2000 07:33:39 +0000</pubDate>
        <dc:creator>nisimura &lt;nisimura@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
