From a18178593228105b84691d4f6df914965a452da2 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 11 Aug 1994 20:11:00 +0000 Subject: Make it set-uid until procfs is fixed. --- usr.bin/w/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/w') 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 -- cgit v1.1