From e96717c7c9992c97bd554a1eb6c6ea39fad414e4 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 12 Oct 1993 21:23:51 +0000 Subject: [PATCH] dm should be suid games. note that perms on /usr/games are wrong, and will be, until we get the mtree setup working (and get rid of the install -d's for directories...) --- dm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dm/Makefile b/dm/Makefile index d69a528c..0a2108eb 100644 --- a/dm/Makefile +++ b/dm/Makefile @@ -1,10 +1,11 @@ # from: @(#)Makefile 5.7 (Berkeley) 9/30/90 -# $Id: Makefile,v 1.2 1993/08/01 05:45:39 mycroft Exp $ +# $Id: Makefile,v 1.3 1993/10/12 21:23:51 cgd Exp $ # -DLOG log games PROG= dm MAN8= dm.0 MAN5= dm.conf.0 +BINOWN= games BINGRP= kmem BINMODE=6555 DPADD= ${LIBUTIL} -- 2.47.1