Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/nvmmctl Forgot to put nvmmctl in the "nvmm" group.



details:   https://anonhg.NetBSD.org/src/rev/8c06d399fa5b
branches:  trunk
changeset: 460632:8c06d399fa5b
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Oct 29 08:13:16 2019 +0000

description:
Forgot to put nvmmctl in the "nvmm" group.

diffstat:

 usr.sbin/nvmmctl/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 5631f66c5683 -r 8c06d399fa5b usr.sbin/nvmmctl/Makefile
--- a/usr.sbin/nvmmctl/Makefile Tue Oct 29 07:57:29 2019 +0000
+++ b/usr.sbin/nvmmctl/Makefile Tue Oct 29 08:13:16 2019 +0000
@@ -1,12 +1,16 @@
-#      $NetBSD: Makefile,v 1.1 2019/10/28 13:04:18 maxv Exp $
+#      $NetBSD: Makefile,v 1.2 2019/10/29 08:13:16 maxv Exp $
 
 .include <bsd.own.mk>
 
 MAN=   nvmmctl.8
 
 .if (${MACHINE_ARCH} == "x86_64")
-PROG=  nvmmctl
-SRCS=  nvmmctl.c
+USE_FORT?=yes  # setgid
+PROG=nvmmctl
+SRCS=nvmmctl.c
+
+BINGRP=nvmm
+BINMODE=2555
 
 CPPFLAGS+=-D_KERNTYPES
 LDADD+=-lutil -lnvmm



Home | Main Index | Thread Index | Old Index