mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
Make it set-uid until procfs is fixed.
This commit is contained in:
parent
7be58aba8e
commit
40460a7a82
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2033
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user