From d95bee38fa209e2738934d83cb4c232aa273ad59 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Fri, 19 Sep 2008 00:36:57 +0000 Subject: [PATCH] As a safety measure, don't install dma with setuid bit until it has undergone a thorough review. --- libexec/dma/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libexec/dma/Makefile b/libexec/dma/Makefile index b0fb82e95c..b8a3bb5a05 100644 --- a/libexec/dma/Makefile +++ b/libexec/dma/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/libexec/dma/Makefile,v 1.4 2008/09/16 17:57:22 matthias Exp $ +# $DragonFly: src/libexec/dma/Makefile,v 1.5 2008/09/19 00:36:57 corecode Exp $ # CFLAGS+= -DHAVE_CRYPTO @@ -13,7 +13,7 @@ MAN= dma.8 BINOWN= root BINGRP= mail -BINMODE=4555 -WARNS?= 1 +#BINMODE=4555 +WARNS?= 6 .include -- 2.11.4.GIT