Date: Tue, 19 Feb 2002 07:00:10 -0800 (PST) From: Ken Stailey <kstailey@surfbest.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/33816: KLH-10 PDP-10 emulator port. Message-ID: <200202191500.g1JF0Ab68121@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33816; it has been noted by GNATS. From: Ken Stailey <kstailey@surfbest.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202191500.g1JF0Ab68121>