summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-22 10:30:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-22 10:30:17 +0000
commit51afab8a07a9601b0056342874859ef2eb8cc8a0 (patch)
treede4378789c52799d150a8927e2b4270a9aca971d
parent69693d79935c788ec626888df967648a1cd6bab9 (diff)
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"