mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
o Strip BINMODE from Makefile. Installing watch with 0500 provides no
added security benefit, as it doesn't provide extra privilege. Protection against inappropriate snooping is done by protecting /dev/snp* properly.
This commit is contained in:
parent
4482ce0f57
commit
a8ee378010
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74625
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= watch
|
||||
BINMODE=500
|
||||
LDADD+= -ltermcap
|
||||
DPADD+= ${LIBTERMCAP}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user