summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/w/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index c8ec72f..d1fc905 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -5,8 +5,8 @@ SRCS= fmt.c pr_time.c proc_compare.c w.c
MAN1= w.1 uptime.1
DPADD= ${LIBKVM}
LDADD= -lkvm
-BINGRP= kmem
-BINMODE=2555
+BINOWN= root
+BINMODE=4555
LINKS= ${BINDIR}/w ${BINDIR}/uptime
.PATH: ${.CURDIR}/../../bin/ps
OpenPOWER on IntegriCloud