From owner-freebsd-doc Sun Jul 8 10:40: 8 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 640DC37B406 for ; Sun, 8 Jul 2001 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f68He1F63827; Sun, 8 Jul 2001 10:40:01 -0700 (PDT) (envelope-from gnats) 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 ; 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 ; 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 Reply-To: Martin Kammerhofer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/28822: handbook: IS_INTERACTIVE vs INTERACTIVE Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28822 >Category: docs >Synopsis: handbook: IS_INTERACTIVE vs INTERACTIVE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 08 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message