diff options
author | ru <ru@FreeBSD.org> | 2004-10-13 07:00:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-10-13 07:00:21 +0000 |
commit | 5bae9fd39090cd780ec58128031b359dab6d7704 (patch) | |
tree | ae45b07f5cc4f641465ff9a0780768d436a5462f /etc | |
parent | f8db072728dc37bc0ea2d50ab61ce5db98727d47 (diff) | |
download | FreeBSD-src-5bae9fd39090cd780ec58128031b359dab6d7704.zip FreeBSD-src-5bae9fd39090cd780ec58128031b359dab6d7704.tar.gz |
Fix a botched rev. 1.221 commit. Also, a number of people have
pointed out that /usr/local/etc/rc.d/000.pkgtools.sh installed
with the portupgrade does an equivalent thing, so I personally
would like to see the change reverted, but let David handle it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 3cc521d..4d9b1c3 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -437,8 +437,7 @@ svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO). osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO). clear_tmp_enable="NO" # Clear /tmp at startup. ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks -ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/com -pat/pkg" +ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat" # shared library search paths ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout" # a.out shared library search paths |