]> git.ipfire.org Git - people/ms/dma.git/commitdiff
As a safety measure, don't install dma with setuid bit until it has undergone
authorSimon Schubert <corecode@dragonflybsd.org>
Fri, 19 Sep 2008 00:36:57 +0000 (00:36 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Fri, 19 Sep 2008 00:36:57 +0000 (00:36 +0000)
a thorough review.

Makefile

index b0fb82e95cde0461b399a790c2effc901fb5783e..b8a3bb5a05b55f63ffed5000a14dc7d18ec2a41b 100644 (file)
--- a/Makefile
+++ b/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 <bsd.prog.mk>