cvs commit: src/etc/defaults rc.conf src/etc/mtree BSD.local.dist
BSD.x11.dist src/etc/rc.d ldconfig src/share/man/man5 rc.conf.5
src/sys/sys param.h
Doug Barton
dougb at FreeBSD.org
Sun Jan 8 02:15:32 PST 2006
dougb 2006-01-08 10:15:31 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
etc/mtree BSD.local.dist BSD.x11.dist
etc/rc.d ldconfig
share/man/man5 rc.conf.5
sys/sys param.h
Log:
Add a mechanism to include files added by ports which contain
the names of directories to include in the base ldconfig script.
This will eliminate the need for each port to install its own
boot script which does nothing but ldocnfig a given directory.
This code was developed by flz (ports committer), discussed on
freebsd-rc@, and modified slightly by me.
Submitted by: flz
Reviewed by: brooks
Revision Changes Path
1.270 +5 -0 src/etc/defaults/rc.conf
1.118 +4 -0 src/etc/mtree/BSD.local.dist
1.18 +5 -1 src/etc/mtree/BSD.x11.dist
1.15 +17 -0 src/etc/rc.d/ldconfig
1.277 +17 -0 src/share/man/man5/rc.conf.5
1.260 +1 -1 src/sys/sys/param.h
More information about the cvs-src
mailing list