History log of /netbsd-src/etc/rc.d/securelevel (Results 1 – 9 of 9)
Revision Date Author Comments
# 7d757c96 25-Dec-2023 kre <kre@NetBSD.org>

No longer use obsolete test "-a" option - use sh && instead.


# 4fc2067c 29-Dec-2009 elad <elad@NetBSD.org>

Securelevel might not be present, properly complain instead of printing
error messages from sysctl(8).


# 0efea177 12-Nov-2008 ad <ad@NetBSD.org>

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 6e9a790e 11-Oct-2004 christos <christos@NetBSD.org>

Use new style command substitution.


# 7d2e1537 13-Aug-2004 mycroft <mycroft@NetBSD.org>

Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr


# 96776149 22-Mar-2002 thorpej <thorpej@NetBSD.org>

Correct the "direction" of the barrier dependencies (DAEMON, LOGIN,
NETWORKING, and SERVERS) by specifying that certain things should
come BEFORE a given barrier, rather than having the barrier REQUI

Correct the "direction" of the barrier dependencies (DAEMON, LOGIN,
NETWORKING, and SERVERS) by specifying that certain things should
come BEFORE a given barrier, rather than having the barrier REQUIRE
a service. This allows scripts to be removed without having to
edit the barrier dependencies.

As discussed on tech-userlevel, and approved by Luke.

show more ...


# 685d1c41 01-Mar-2002 mrg <mrg@NetBSD.org>

clean up a little:
- don't set the securelevel to the same thing
- don't try to lower the securelevel

inspired by PR#13647


# 42655f8e 06-Sep-2000 lukem <lukem@NetBSD.org>

REQUIRE ipnat and mountd.
fixes PRs [misc/10958] and [misc/10959] by Mike Santos <mike@ethmoid.org>


# ce3ce862 21-Aug-2000 lukem <lukem@NetBSD.org>

migrate raising of securelevel from sysctl to separate securelevel script.
the latter depends upon aftermountlkm (but is required by DAEMON), so that
lkms may be loaded before the securelevel is rais

migrate raising of securelevel from sysctl to separate securelevel script.
the latter depends upon aftermountlkm (but is required by DAEMON), so that
lkms may be loaded before the securelevel is raised.
noted by Rafal Boni <rafal@mediaone.net> in [bin/10780]

show more ...