OpenGrok
Cross Reference: quota
xref
: /
src
/
etc
/
rc.d
/
quota
Home
|
History
|
Annotate
|
Download
|
only in
rc.d
History log of
/src/etc/rc.d/quota
Revision
Date
Author
Comments
1.6
26-Nov-2021
sborrill
Use rcvar=$name syntax consistently in rc.d scripts which makes it easier to
search for rc.d scripts where rcvar differs from name. No functional change.
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
03-Jun-2004
abs
Add rcvar="quota"
1.3
22-Mar-2002
thorpej
branches: 1.3.4;
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.2
13-May-2000
lukem
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.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.3.4.1
07-Jun-2004
tron
Pull up revision 1.4 (requested by abs in ticket #455):
Add rcvar="quota"
Indexes created Fri Apr 03 00:24:04 UTC 2026