summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-22 10:30:16 +0000
committerderaadt <deraadt@openbsd.org>1998-02-22 10:30:16 +0000
commit2cc5099030ca91161e5f3493357a13da2c03322a (patch)
tree50c3638292200de27bbbaa2513242e30f45ac6c2
parent#define DEBUG (diff)
downloadwireguard-openbsd-2cc5099030ca91161e5f3493357a13da2c03322a.tar.xz
wireguard-openbsd-2cc5099030ca91161e5f3493357a13da2c03322a.zip
bye bye setuid; listread@bedford.net
-rw-r--r--usr.sbin/timed/timedc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile
index ccc6f8fc36a..557f5d0e7cc 100644
--- a/usr.sbin/timed/timedc/Makefile
+++ b/usr.sbin/timed/timedc/Makefile
@@ -4,7 +4,7 @@ PROG= timedc
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
MAN= timedc.8
BINOWN= root
-BINMODE=4555
+BINMODE=555
.PATH: ${.CURDIR}/../timed
.include "../../Makefile.inc"