| History log of /src/etc/rc.d/sysctl |
| Revision | | Date | Author | Comments |
| 1.14 |
| 13-Jun-2021 |
mlelstv | run sysctl early enough.
|
| 1.13 |
| 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.12 |
| 29-Apr-2002 |
lukem | don't bother warning about obsolete $defcorename and $nfsiod_flags; postinstall now checks for these
|
| 1.11 |
| 27-Mar-2002 |
lukem | clean up warnings. don't bother setting defcorename from obsolete $defcorename.
|
| 1.10 |
| 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.9 |
| 21-Aug-2000 |
lukem | 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.8 |
| 13-Jun-2000 |
itojun | branches: 1.8.2; add rc.d/ipsec for ipsec configuration. when enabled, it will inject /etc/ipsec.conf into "setkey -f". PR 9609.
|
| 1.7 |
| 13-May-2000 |
lukem | branches: 1.7.2; Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf. This allows us or a user to change the configuration file method in one place - rc.subr - without having to edit all of the rc.d/* files.
|
| 1.6 |
| 07-May-2000 |
tsarna | This was doubly borken...
|
| 1.5 |
| 07-May-2000 |
tsarna | Only warn on non-default old nfsiod args.
|
| 1.4 |
| 15-Apr-2000 |
tsarna | Death to nfsiod!
It is replaced by kernel threads that do the same thing. The number of kernel threads used is set with the vfs.nfs.iothreads sysctl.
|
| 1.3 |
| 09-Apr-2000 |
tsarna | Improve backwards compatability and leave securelevel the old way.
|
| 1.2 |
| 08-Apr-2000 |
tsarna | The file /etc/sysctl.conf is now run with sysctl -f at boot time. This replaces the previous /etc/rc.d/sysctl. Also, the variables are now set earlier, between ipf/ipnat and the network coming up.
The rc.conf defcorename and securelevel variables are no more. You can set them directly in sysctl.conf now.
|
| 1.1 |
| 10-Mar-2000 |
lukem | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 10-Mar-2000 |
lukem | rc.d scripts derived from /etc/rc
|
| 1.7.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
| 1.8.2.1 |
| 23-Aug-2000 |
lukem | pull up rev 1.9 (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]
|