History log of /netbsd-src/etc/rc.d/sysctl (Results 1 – 14 of 14)
Revision Date Author Comments
# b259e1d9 13-Jun-2021 mlelstv <mlelstv@NetBSD.org>

run sysctl early enough.


# 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


# 2a48d151 29-Apr-2002 lukem <lukem@NetBSD.org>

don't bother warning about obsolete $defcorename and $nfsiod_flags;
postinstall now checks for these


# 1dad4ca7 27-Mar-2002 lukem <lukem@NetBSD.org>

clean up warnings.
don't bother setting defcorename from obsolete $defcorename.


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


# 00ded2c6 13-Jun-2000 itojun <itojun@NetBSD.org>

add rc.d/ipsec for ipsec configuration. when enabled, it will inject
/etc/ipsec.conf into "setkey -f". PR 9609.


# 5c1b0ec2 13-May-2000 lukem <lukem@NetBSD.org>

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/

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.

show more ...


# fff5c014 07-May-2000 tsarna <tsarna@NetBSD.org>

This was doubly borken...


# fe4377f9 07-May-2000 tsarna <tsarna@NetBSD.org>

Only warn on non-default old nfsiod args.


# a32696c2 15-Apr-2000 tsarna <tsarna@NetBSD.org>

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.


# 506c3590 09-Apr-2000 tsarna <tsarna@NetBSD.org>

Improve backwards compatability and leave securelevel the old way.


# 163510ec 08-Apr-2000 tsarna <tsarna@NetBSD.org>

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.

T

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.

show more ...


# c53094a7 10-Mar-2000 lukem <lukem@NetBSD.org>

rc.d scripts derived from /etc/rc