summaryrefslogtreecommitdiff
path: root/etc/rc.d/securelevel
AgeCommit message (Collapse)Author
2009-12-29Securelevel might not be present, properly complain instead of printingelad
error messages from sysctl(8).
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
Proposed on tech-kern@.
2004-10-11Use new style command substitution.christos
2004-08-13Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use thismycroft
for a speedup by doing: $_rc_subr_loaded . /etc/rc.subr
2002-03-22Correct the "direction" of the barrier dependencies (DAEMON, LOGIN,thorpej
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.
2002-03-01clean up a little:mrg
- don't set the securelevel to the same thing - don't try to lower the securelevel inspired by PR#13647
2000-09-06REQUIRE ipnat and mountd.lukem
fixes PRs [misc/10958] and [misc/10959] by Mike Santos <mike@ethmoid.org>
2000-08-21migrate raising of securelevel from sysctl to separate securelevel script.lukem
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]