From: deraadt Date: Sat, 14 Sep 1996 19:26:56 +0000 (+0000) Subject: not setgid tty anymore. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3b3c558ebf625e0e6b99abb19901fac34205ed0b;p=openbsd not setgid tty anymore. --- diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 5a97b92f17b..ff3b9a9f756 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/09/01 15:31:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/09/14 19:26:56 deraadt Exp $ # $NetBSD: Makefile,v 1.16 1995/03/18 14:54:53 cgd Exp $ # dump.h header file @@ -17,8 +17,6 @@ PROG= dump LINKS= ${BINDIR}/dump ${BINDIR}/rdump CFLAGS+=-DRDUMP SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c -BINGRP= tty -BINMODE=2555 MAN= dump.8 MLINKS+=dump.8 rdump.8