Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 11:49:43 -0700 (MST)
From:      Warner Losh <imp@bsdimp.com>
To:        ed@80386.nl
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r199249 - in head/etc: . etc.pc98
Message-ID:  <20091113.114943.71166458.imp@bsdimp.com>
In-Reply-To: <20091113183809.GA64905@hoeg.nl>
References:  <200911131126.nADBQiji064699@svn.freebsd.org> <20091113.112415.41705849.imp@bsdimp.com> <20091113183809.GA64905@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Ed Schouten <ed@80386.nl>
Subject: Re: svn commit: r199249 - in head/etc: . etc.pc98
Date: Fri, 13 Nov 2009 19:38:09 +0100

> Hello Warner,
> 
> * Warner Losh <imp@bsdimp.com> wrote:
> > > -	sysctl.conf syslog.conf \
> > > -	etc.${MACHINE_ARCH}/ttys
> > > +	sysctl.conf syslog.conf
> > > +
> > > +.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
> > > +BIN1+=	etc.${MACHINE}/ttys
> > > +.else
> > > +BIN1+=	etc.${MACHINE_ARCH}/ttys
> > > +.endif
> > 
> > I'd go all the way here and make this be ${MACHINE} unconditionally.
> 
> We could, but that means we also have to add a ttys file for sun4v. I
> wouldn't mind doing that, but maybe it would be better if the sun4v
> folks looked at this.

sun4v likely is moribund enough that nobody would notice if it broke.
But a repo-copy is easily enough to do.  I'll do it...

Warner



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