<?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 securelevel</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7d757c96758830f02632c7d18f9f13144ae812cb - No longer use obsolete test &quot;-a&quot; option - use sh &amp;&amp; instead.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/securelevel#7d757c96758830f02632c7d18f9f13144ae812cb</link>
        <description>No longer use obsolete test &quot;-a&quot; option - use sh &amp;&amp; instead.

            List of files:
            /netbsd-src/etc/rc.d/securelevel</description>
        <pubDate>Mon, 25 Dec 2023 07:39:59 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4fc2067c9dde212708df9f99260ab67fdd94e6a7 - Securelevel might not be present, properly complain instead of printing</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/securelevel#4fc2067c9dde212708df9f99260ab67fdd94e6a7</link>
        <description>Securelevel might not be present, properly complain instead of printingerror messages from sysctl(8).

            List of files:
            /netbsd-src/etc/rc.d/securelevel</description>
        <pubDate>Tue, 29 Dec 2009 17:06:10 +0000</pubDate>
        <dc:creator>elad &lt;elad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0efea177e37295fed654875d875160c47500d6bd - Remove LKMs and switch to the module framework, pass 1.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/securelevel#0efea177e37295fed654875d875160c47500d6bd</link>
        <description>Remove LKMs and switch to the module framework, pass 1.Proposed on tech-kern@.

            List of files:
            /netbsd-src/etc/rc.d/securelevel</description>
        <pubDate>Wed, 12 Nov 2008 12:35:50 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e9a790e1f2c92149d8bae50944711e4cfc1b4b2 - Use new style command substitution.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/securelevel#6e9a790e1f2c92149d8bae50944711e4cfc1b4b2</link>
        <description>Use new style command substitution.

            List of files:
            /netbsd-src/etc/rc.d/securelevel</description>
        <pubDate>Mon, 11 Oct 2004 15:00:51 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/securelevel#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/securelevel</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/source/history/netbsd-src/etc/rc.d/securelevel#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/securelevel</description>
        <pubDate>Fri, 22 Mar 2002 04:33:57 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>685d1c413a4c6549692b6af2038fab9e8bfe8066 - clean up a little:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/securelevel#685d1c413a4c6549692b6af2038fab9e8bfe8066</link>
        <description>clean up a little:	- don&apos;t set the securelevel to the same thing	- don&apos;t try to lower the securelevelinspired by PR#13647

            List of files:
            /netbsd-src/etc/rc.d/securelevel</description>
        <pubDate>Fri, 01 Mar 2002 17:58:00 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42655f8ee93f05841604cb6d73c6e780b3dfbf0e - REQUIRE ipnat and mountd.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/securelevel#42655f8ee93f05841604cb6d73c6e780b3dfbf0e</link>
        <description>REQUIRE ipnat and mountd.fixes PRs [misc/10958] and [misc/10959] by Mike Santos &lt;mike@ethmoid.org&gt;

            List of files:
            /netbsd-src/etc/rc.d/securelevel</description>
        <pubDate>Wed, 06 Sep 2000 01:05:43 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce3ce862610c39ba23aef37b6e8665f9b4b1b639 - migrate raising of securelevel from sysctl to separate securelevel script.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/securelevel#ce3ce862610c39ba23aef37b6e8665f9b4b1b639</link>
        <description>migrate raising of securelevel from sysctl to separate securelevel script.the latter depends upon aftermountlkm (but is required by DAEMON), so thatlkms may be loaded before the securelevel is raised.noted by Rafal Boni &lt;rafal@mediaone.net&gt; in [bin/10780]

            List of files:
            /netbsd-src/etc/rc.d/securelevel</description>
        <pubDate>Mon, 21 Aug 2000 23:31:24 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
