Make it set-uid until procfs is fixed.

This commit is contained in:
Garrett Wollman 1994-08-11 20:11:00 +00:00
parent 7be58aba8e
commit 40460a7a82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2033

View File

@ -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