Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 1999 16:52:45 -0800 (PST)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10845: Patch: misc/nwrite
Message-ID:  <199903290052.QAA98111@patrol.area51.fremont.ca.us>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903290052.QAA98111>