From mkamm@sbox.tu-graz.ac.at  Sun Jul  8 10:37:54 2001
Return-Path: <mkamm@sbox.tu-graz.ac.at>
Received: from ns1.tu-graz.ac.at (ns1.tu-graz.ac.at [129.27.2.3])
	by hub.freebsd.org (Postfix) with ESMTP id D162637B403
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Jul 2001 10:37:53 -0700 (PDT)
	(envelope-from mkamm@sbox.tu-graz.ac.at)
Received: from homebox.kammerhofer.org (isdn119.tu-graz.ac.at [129.27.240.119])
	by ns1.tu-graz.ac.at (8.9.3/8.9.3) with ESMTP id TAA25721
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 Jul 2001 19:37:50 +0200 (MET DST)
Received: (from mkamm@localhost)
	by homebox.kammerhofer.org (8.11.4/8.11.2) id f677atR50474;
	Sat, 7 Jul 2001 09:36:55 +0200 (CEST)
	(envelope-from mkamm)
Message-Id: <200107070736.f677atR50474@homebox.kammerhofer.org>
Date: Sat, 7 Jul 2001 09:36:55 +0200 (CEST)
From: Martin Kammerhofer <mkamm@gmx.net>
Reply-To: Martin Kammerhofer <mkamm@gmx.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: handbook: IS_INTERACTIVE vs INTERACTIVE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28822
>Category:       docs
>Synopsis:       handbook: IS_INTERACTIVE vs INTERACTIVE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 08 10:40:01 PDT 2001
>Closed-Date:    Wed Jul 11 06:16:27 PDT 2001
>Last-Modified:  Wed Jul 11 06:16:35 PDT 2001
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Graz University of Technology
>Environment:
System: FreeBSD homebox.kammerhofer.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Thu Jul 5 16:54:13 CEST 2001 admin@homebox.kammerhofer.org:/usr.extra/obj/usr/src/sys/LEND4 i386

>Description:

This is a quote from the handbook:

    4.5.1.22. I really do not want to spend all day staring at the
    monitor. Any better ideas?  OK, do this before you go to bed/work/the
    local park:

	# cd /usr/ports
	# make -DBATCH install

    This will install every port that does not require user input. Then,
    when you come back, do:

	# cd /usr/ports
	# make -DIS_INTERACTIVE install

    to finish the job.

From what I read in bsd.port.mk IS_INTERACTIVE has to be used inside a
port's Makefile to mark it as interactive, but to tell make(1) to ignore
interactive ports one uses INTERACTIVE.

>How-To-Repeat:
>Fix:
	s/-DIS_INTERACTIVE/-DINTERACTIVE/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Wed Jul 11 06:16:27 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28822 
>Unformatted:
