diff options
author | ru <ru@FreeBSD.org> | 2001-09-13 06:48:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-09-13 06:48:18 +0000 |
commit | bc205d4152b4848268ee74e8531bdebcfa025808 (patch) | |
tree | 803f734f43871d3306b26ad1076e0452dd8cbc56 /usr.sbin/traceroute | |
parent | 0b95b15b7ab73fcc49a58f3404fba27a847b2617 (diff) | |
download | FreeBSD-src-bc205d4152b4848268ee74e8531bdebcfa025808.zip FreeBSD-src-bc205d4152b4848268ee74e8531bdebcfa025808.tar.gz |
Set BINOWN=root explicitly for setuid root binaries.
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r-- | usr.sbin/traceroute/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index 6e22227..bdd65b4 100644 --- a/usr.sbin/traceroute/Makefile +++ b/usr.sbin/traceroute/Makefile @@ -6,6 +6,7 @@ TRACEROUTE_DISTDIR?= ${.CURDIR}/../../contrib/traceroute PROG= traceroute MAN= traceroute.8 SRCS= version.c traceroute.c +BINOWN= root BINMODE=4555 CLEANFILES= version.c |