Mike Makonnen <[EMAIL PROTECTED]> writes: > On Tue, May 29, 2007 at 06:22:14AM +0000, Doug Barton wrote: > > Log: > > Now that a separate /usr/X11R6 directory is no longer in fashion, > > stop looking there for things like rc.d and periodic. This avoids > > duplicating effort when /usr/X11R6 is a symlink to /usr/local, > > which it is by default now. > I dunno, it seems a bit much to force someone (even if it *is* -CURRENT) > to either upgrade to xorg 7.2 or maintain a local patch to revert this > commit. Not all of us have the bandwidth to upgrade immediately :-(
if [ -d /usr/X11R6/etc/rc.d/ -a \ ! /usr/local/etc/rc.d/ -ef /usr/X11R6/etc/rc.d/ ] ; then local_startup="$local_startup /usr/X11R6/etc/rc.d" fi DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"