Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 11:06:20 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Mike Makonnen <mtm@FreeBSD.Org>
Cc:        cvs-src@FreeBSD.org, Doug Barton <dougb@FreeBSD.org>, cvs-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: cvs commit: src/etc/defaults periodic.conf rc.conf
Message-ID:  <864plw80dv.fsf@dwp.des.no>
In-Reply-To: <20070529074745.GA2078@rogue.navcom.lan> (Mike Makonnen's message of "Tue\, 29 May 2007 10\:47\:45 %2B0300")
References:  <200705290622.l4T6MEbp094483@repoman.freebsd.org> <20070529074745.GA2078@rogue.navcom.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Makonnen <mtm@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=3D"$local_startup /usr/X11R6/etc/rc.d"
fi

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864plw80dv.fsf>