Home | History | Annotate | Download | only in rc.d
History log of /src/etc/rc.d/ldconfig
RevisionDateAuthorComments
 1.9  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.8  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.7  03-Jun-2004  abs add rcvar
 1.6  08-Jan-2003  jhawk branches: 1.6.2;
Run ldconfig with ${rc_flags} so you can set ldconfig_flags in rc.conf
to specify additional a.out directories to merge into the runtime link
cache.
 1.5  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.4  25-Apr-2001  lukem store path to ldconfig in a variable and reference that
 1.3  29-Sep-2000  fvdl Mention "a.out" in the start message to be clear about the purpose of
this script.
 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.6.2.1  07-Jun-2004  tron Pull up revision 1.7 (requested by abs in ticket #455):
add rcvar

RSS XML Feed