History log of /src/etc/rc.d/securelevel |
Revision | | Date | Author | Comments |
1.9 |
| 25-Dec-2023 |
kre | No longer use obsolete test "-a" option - use sh && instead.
|
1.8 |
| 29-Dec-2009 |
elad | Securelevel might not be present, properly complain instead of printing error messages from sysctl(8).
|
1.7 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.6 |
| 11-Oct-2004 |
christos | branches: 1.6.26; Use new style command substitution.
|
1.5 |
| 13-Aug-2004 |
mycroft | 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
|
1.4 |
| 22-Mar-2002 |
thorpej | 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.
|
1.3 |
| 01-Mar-2002 |
mrg | clean up a little: - don't set the securelevel to the same thing - don't try to lower the securelevel
inspired by PR#13647
|
1.2 |
| 06-Sep-2000 |
lukem | REQUIRE ipnat and mountd. fixes PRs [misc/10958] and [misc/10959] by Mike Santos <mike@ethmoid.org>
|
1.1 |
| 21-Aug-2000 |
lukem | branches: 1.1.2; 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]
|
1.1.2.3 |
| 06-Sep-2000 |
lukem | pull up rev 1.2 (approved by thorpej): REQUIRE ipnat and mountd. fixes PRs [misc/10958] and [misc/10959] by Mike Santos <mike@ethmoid.org>
|
1.1.2.2 |
| 23-Aug-2000 |
lukem | pull up rev 1.1 (approved by thorpej): 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]
|
1.1.2.1 |
| 21-Aug-2000 |
lukem | file securelevel was added on branch netbsd-1-5 on 2000-08-23 12:08:17 +0000
|
1.6.26.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|