Date: Wed, 18 Apr 2007 22:45:34 -0400 From: Howard Goldstein <hg@queue.to> To: freebsd-x11@freebsd.org Subject: rc.conf startup dirs vs X11R6 symlink Message-ID: <4626D7CE.6070909@queue.to>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------000803060908050603000804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Heads up, when not overridden locally the /usr/X11R6->/usr/local symlink will cause everything in /usr/local/etc/rc.d twice on startup. The trivial patch for /etc/defaults/rc.conf fixes this. All sorts of ports-related ugliness will surely ensue at sites that have populated /usr/local/etc/rc.d directories --------------000803060908050603000804 Content-Type: text/plain; name="defltrcconf.dif" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="defltrcconf.dif" *** /etc/defaults/rc.conf.orig Wed Apr 18 22:32:43 2007 --- /etc/defaults/rc.conf Wed Apr 18 22:33:28 2007 *************** *** 55,61 **** varmfs_flags="-S" # Extra mount options for the mfs /var populate_var="AUTO" # Set to YES to always (re)populate /var, NO to never cleanvar_enable="YES" # Clean the /var directory ! local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. script_name_sep=" " # Change if your startup scripts' names contain spaces rc_conf_files="/etc/rc.conf /etc/rc.conf.local" --- 55,61 ---- varmfs_flags="-S" # Extra mount options for the mfs /var populate_var="AUTO" # Set to YES to always (re)populate /var, NO to never cleanvar_enable="YES" # Clean the /var directory ! local_startup="/usr/local/etc/rc.d" # startup script dirs. script_name_sep=" " # Change if your startup scripts' names contain spaces rc_conf_files="/etc/rc.conf /etc/rc.conf.local" --------------000803060908050603000804--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4626D7CE.6070909>