Date: Wed, 11 Aug 1999 14:03:08 -0400 (EDT) From: Bill Fumerola <billf@jade.chc-chimes.com> To: Satoshi Asami <asami@cs.berkeley.edu> Cc: ports@freebsd.org Subject: Re: bsd.port.mk update Message-ID: <Pine.BSF.4.10.9908111400310.85145-100000@jade.chc-chimes.com> In-Reply-To: <199908100337.UAA42528@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 9 Aug 1999, Satoshi Asami wrote: > +.if !defined(EXTRACT_PRESERVE_OWNERSHIP) > + @if [ `id -u` = 0 ]; then \ > + ${CHMOD} -R ug-s ${WRKDIR}; \ > + ${CHOWN} -R 0:0 ${WRKDIR}; \ > + fi > +.endif Will this break non-root ports checkouts/builds. (Before someone says "Just define EXTRACT_PRESERVE_OWNERSHIP", I actaully just want to know if this will break, not how to fix it.) -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908111400310.85145-100000>