<?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 bootparams</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/history/netbsd-src/etc/rc.d/bootparams#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/bootparams</description>
        <pubDate>Fri, 13 Aug 2004 18:08:03 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@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/history/netbsd-src/etc/rc.d/bootparams#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/bootparams</description>
        <pubDate>Fri, 22 Mar 2002 04:33:57 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd11504cb2adff34eb850e3f112cea9d8fbd8df3 - - only perform the checkyesno on the variable named in $rcvar (rather than</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/bootparams#bd11504cb2adff34eb850e3f112cea9d8fbd8df3</link>
        <description>- only perform the checkyesno on the variable named in $rcvar (rather than  implicitly using $name if $rcvar isn&apos;t set), and always perform this check,  even when using start_cmd (et al).  this check is performed before the pidcmd  is run, speeding up scripts that weren&apos;t going to be run anyway.  this should speed up booting slow systems.- take advantage of the above and remove	start_precmd=&quot;checkyesno foo&quot;  in scripts that use start_cmd.- explicitly set rcvar=foo in the rc.d/foo scripts which have an equivalent  rc.conf entry- fix `rcvar&apos; and `restart&apos; when $rcvar isn&apos;t set.  these above changes fix PR [bin/11027].- when doing `force*&apos;, ignore the return value of *_precmd.  this fixes PR [bin/10781].- rename what sysdb provides from `databases&apos; to `sysdb&apos;, to reflect  the name of the script.- improve the comments in rc.subr

            List of files:
            /netbsd-src/etc/rc.d/bootparams</description>
        <pubDate>Tue, 19 Sep 2000 13:04:38 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>02cd59a751362d2593ca1c5a39e45beb68b9cafc - * Portmap is now called rpcbind.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/bootparams#02cd59a751362d2593ca1c5a39e45beb68b9cafc</link>
        <description>* Portmap is now called rpcbind.* Add IPv6 RPC entries to inetd.conf (commented out by default, as the others)* Add netconfig file, needed for TI-RPC code.

            List of files:
            /netbsd-src/etc/rc.d/bootparams</description>
        <pubDate>Fri, 02 Jun 2000 22:54:08 +0000</pubDate>
        <dc:creator>fvdl &lt;fvdl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c1b0ec2075653d394a66a1c98d05774f356ecf8 - Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/bootparams#5c1b0ec2075653d394a66a1c98d05774f356ecf8</link>
        <description>Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.This allows us or a user to change the configuration file method inone place - rc.subr - without having to edit all of the rc.d/* files.

            List of files:
            /netbsd-src/etc/rc.d/bootparams</description>
        <pubDate>Sat, 13 May 2000 08:45:06 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0059d641e5493185688c5e561a733491669d6d8b - * replace daemon, login, servers with DAEMON, LOGIN, SERVERS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/bootparams#0059d641e5493185688c5e561a733491669d6d8b</link>
        <description>* replace daemon, login, servers with DAEMON, LOGIN, SERVERS* remove sshd (it was from my private system)

            List of files:
            /netbsd-src/etc/rc.d/bootparams</description>
        <pubDate>Mon, 13 Mar 2000 04:03:52 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c53094a73808cc29a489856e2ac3db07eaf392f0 - rc.d scripts derived from /etc/rc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/etc/rc.d/bootparams#c53094a73808cc29a489856e2ac3db07eaf392f0</link>
        <description>rc.d scripts derived from /etc/rc

            List of files:
            /netbsd-src/etc/rc.d/bootparams</description>
        <pubDate>Fri, 10 Mar 2000 11:53:23 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
