aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-12-27 19:46:54 +0000
committerSteve Price <steve@FreeBSD.org>1997-12-27 19:46:54 +0000
commite8f5e3e6b274172cfb69e40e725c8fbd7aff6ae1 (patch)
tree36dade0047dd4522b2e53cd177404f1eaaa89e90 /etc/rc.conf
parent039016310dbf8c292afb01c8799a5b1ba7347773 (diff)
downloadsrc-e8f5e3e6b274172cfb69e40e725c8fbd7aff6ae1.tar.gz
src-e8f5e3e6b274172cfb69e40e725c8fbd7aff6ae1.zip
Add a ldconfig_paths variable that specifies the shared library paths
to be given to ldconfig(8). PR: 5178 Submitted by: Evan Champion <evanc@synapse.net>
Notes
Notes: svn path=/head/; revision=32028
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 75682c1de6e4..088f303cd9f4 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.34 1997/11/16 12:52:17 steve Exp $
+# $Id: rc.conf,v 1.35 1997/12/14 12:30:59 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -136,6 +136,7 @@ ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable="NO" # Linux emulation loaded at startup (or NO).
rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO).
clear_tmp_enable="NO" # Clear /tmp at startup.
+ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # shared library search paths
##############################################################
### Allow local configuration override at the very end here ##