cvs commit: src/etc/defaults periodic.conf rc.conf

Dag-Erling Smørgrav des at des.no
Tue May 29 12:11:21 UTC 2007


Mike Makonnen <mtm at FreeBSD.Org> 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 - des at des.no


More information about the cvs-all mailing list