| #
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 ...
|
| #
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 ...
|