diff options
author | 1998-08-17 14:32:16 +0000 | |
---|---|---|
committer | 1998-08-17 14:32:16 +0000 | |
commit | 18efc277b9e940e10bab889f33e3c66ea3857a27 (patch) | |
tree | f692df8b910b7267e67f6149c2c1bf13e2090b41 | |
parent | Don't lose an allocated pointer if realloc() fails. (diff) | |
download | wireguard-openbsd-18efc277b9e940e10bab889f33e3c66ea3857a27.tar.xz wireguard-openbsd-18efc277b9e940e10bab889f33e3c66ea3857a27.zip |
As prommised, mail.local is no longer setuid.
-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> |