Date: Thu, 9 Nov 2000 22:38:25 -0600 From: Steve Price <sprice@hiwaay.net> To: andrew@ugh.net.au Cc: Steve Price <sprice@hiwaay.net>, Jimmy <olgeni@uli.it>, stable@FreeBSD.ORG Subject: Re: 4.2 BETA ISO image Message-ID: <20001109223825.Y62344@bonsai.knology.net> In-Reply-To: <Pine.BSF.4.21.0011101419530.19203-100000@starbug.ugh.net.au>; from andrew@ugh.net.au on Fri, Nov 10, 2000 at 02:25:56PM %2B1000 References: <20001109221500.W62344@bonsai.knology.net> <Pine.BSF.4.21.0011101419530.19203-100000@starbug.ugh.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 10, 2000 at 02:25:56PM +1000, andrew@ugh.net.au wrote: # # > Actually in this case it is PACKAGE_BUILDING but you are on the # > right track nevertheless. :) # # >From the makefile it could be either (.if !defined(BATCH) && # !defined(PACKAGE_BUILDING)) and sysinstall isn't package building so BATCH # would be more appropriate wouldn't it? What is in the Makefile doesn't have anything to do with installing the package from sysinstall on the first disc of the 4 CD sets. From ports/mail/pine4/pkg-install: if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then exit 0 fi As I said in this case it is PACKAGE_BUILDING that when defined would cause the interactive nature on install to stop. However there are other ports that use BATCH. These variables are really only intended to be used for machines that do package builds however as I've suggested several times now, these can be over- loaded by sysinstall to control install interaction as well by adding something like the following two lines to sysinstall. setenv("PACKAGE_BUILDING", "t", 1); setenv("BATCH", "t", 1); -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001109223825.Y62344>