defaults/rc.conf broken

From: Giorgos Keramidas <keramida_at_freebsd.org>
Date: Wed, 13 Oct 2004 08:46:19 +0300
Hi all,

When running mergemaster in recent CURRENT versions (after 12 Oct), pay
colse attention to the changes made to /etc/defaults/rc.conf and make
sure you apply the following patch as needed.  With an unclosed quote in
defaults/rc.conf all sorts of extremely funny things happen when booting :-)

%%
Index: rc.conf
===================================================================
RCS file: /home/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.223
diff -u -r1.223 rc.conf
--- rc.conf	12 Oct 2004 18:45:15 -0000	1.223
+++ rc.conf	13 Oct 2004 05:42:50 -0000
_at__at_ -437,8 +437,7 _at__at_
 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/pkg"
 			# 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
%%
Received on Wed Oct 13 2004 - 03:47:17 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:17 UTC