mail.local(8) is no longer installed as a set-user-id binary.

Users may have to adjust their configuration to call mail.local as root
by adding the F=S flag to the local mailer.  Most probably already have this.
This commit is contained in:
Gregory Neil Shapiro 2000-10-10 18:12:30 +00:00
parent 9d64dea9fa
commit 1e1c8c164c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66942

View file

@ -7,8 +7,6 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
PROG= mail.local
SRCS= mail.local.c
MAN8= mail.local.8
BINMODE=4555
INSTALLFLAGS=-fschg
CFLAGS+=-I${SENDMAIL_DIR}/include
.if exists(${.OBJDIR}/../../lib/libsmutil)