diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-22 10:31:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-22 10:31:41 +0000 |
commit | 06422dd07f8f8abbcc0a9fb0281cf06efcd5aed2 (patch) | |
tree | 236fe95e12e1c08dcef3b5ce66352ee2ebbb2ab4 /usr.sbin/timed | |
parent | 51afab8a07a9601b0056342874859ef2eb8cc8a0 (diff) |
no, setuid is OK. listread@bedford.net should have read the code...
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r-- | usr.sbin/timed/timedc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile index 557f5d0e7cc..ccc6f8fc36a 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=555 +BINMODE=4555 .PATH: ${.CURDIR}/../timed .include "../../Makefile.inc" |