diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-17 14:32:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-17 14:32:17 +0000 |
commit | 47107e2e54d2149435032907ce270505ca80f7f9 (patch) | |
tree | f1c32efe3628d8b0af3299e90c3eb253c6970561 /libexec | |
parent | 7f19906544d4052095b9a0169957926c2422ba0b (diff) |
As prommised, mail.local is no longer setuid.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/mail.local/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 5226f554de9..8a21c1ac2f0 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,10 +1,8 @@ # from: @(#)Makefile 5.3 (Berkeley) 1/17/91 -# $OpenBSD: Makefile,v 1.2 1998/08/15 21:04:31 millert Exp $ +# $OpenBSD: Makefile,v 1.3 1998/08/17 14:32:16 millert Exp $ PROG= mail.local SRCS= mail.local.c locking.c MAN= mail.local.8 -BINOWN= root -BINMODE=4555 .include <bsd.prog.mk> |