From owner-freebsd-ports Tue Feb 19 7: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 538FC37B416 for ; Tue, 19 Feb 2002 07:00:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1JF0Ab68121; Tue, 19 Feb 2002 07:00:10 -0800 (PST) (envelope-from gnats) Date: Tue, 19 Feb 2002 07:00:10 -0800 (PST) Message-Id: <200202191500.g1JF0Ab68121@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ken Stailey Subject: Re: ports/33816: KLH-10 PDP-10 emulator port. Reply-To: Ken Stailey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/33816; it has been noted by GNATS. From: Ken Stailey To: freebsd-gnats-submit@FreeBSD.org, kstailey@yahoo.com Cc: Subject: Re: ports/33816: KLH-10 PDP-10 emulator port. Date: Tue, 19 Feb 2002 09:58:33 -0500 (EST) Patched to prevent unprivleged users from running dpimp. Users must now be in group network in order to use a networked KLH-10 and ITS. Non-networked versions may still be used. diff -ur klh10/Makefile /usr/ports/emulators/klh10/Makefile --- klh10/Makefile Tue Feb 19 09:32:20 2002 +++ /usr/ports/emulators/klh10/Makefile Tue Feb 19 09:31:37 2002 @@ -97,7 +97,8 @@ @ ${MV} ${KLH10_HOME}/${file} ${DRIVER_DIR} .endfor .for file in ${EM_SDRIVERS} - @ ${CHMOD} 4755 ${DRIVER_DIR}/${file} + @ ${CHGRP} network ${DRIVER_DIR}/${file} + @ ${CHMOD} 4754 ${DRIVER_DIR}/${file} .endfor .for file in ${EM_DAT} @ ${INSTALL_DATA} ${WRKSRC}/run/ksits/${file} ${KLH10_HOME} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message