From owner-freebsd-ports Sun Mar 28 17: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFF54154BD for ; Sun, 28 Mar 1999 17:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA77064; Sun, 28 Mar 1999 17:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (dialup47.v90pool1.infolane.net [207.88.42.247]) by hub.freebsd.org (Postfix) with ESMTP id 695A61576E for ; Sun, 28 Mar 1999 16:52:58 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id QAA98111; Sun, 28 Mar 1999 16:52:45 -0800 (PST) (envelope-from mharo) Message-Id: <199903290052.QAA98111@patrol.area51.fremont.ca.us> Date: Sun, 28 Mar 1999 16:52:45 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10845: Patch: misc/nwrite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10845 >Category: ports >Synopsis: Patch: misc/nwrite >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 28 17:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: slight bug in configure which prevents nwrite from writing to other ttys. >How-To-Repeat: >Fix: patch-ab: --- configure.orig Sat Feb 27 13:21:39 1999 +++ configure Sat Feb 27 13:21:47 1999 @@ -1382,7 +1382,7 @@ EOF else - INSTALLFLAGS="-g tty -m 755" + INSTALLFLAGS="-g tty -m 2755" cat >> confdefs.h <<\EOF #define TTYS_WORLD_WRITABLE FALSE EOF >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message