summaryrefslogtreecommitdiff
path: root/mail/smtpd/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-30 14:43:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-30 14:43:32 +0000
commit9487b0418fea9010f75d9817bdc886154afdddae (patch)
treef5ce8472ac01723d31c41c0aa4fc34c1afbc58ba /mail/smtpd/Makefile
parentAfter removal of a separate "fax" uid and migration to "uucp", (diff)
Patch to solve problem:
since version 8.12.1 (8.12.0 ?) sendmail complains if a program piping data to it doesn't have stdin, stdout and stderr opened; smtpfwdd doesn't open stdout and stderr when forwarding a mail to sendmail, therefore an anoying system messages is generated for each incoming mail: Dec 30 00:05:44 alchemy sendmail[96078]: SYSERR(uucp): File descriptors missing on startup: stdout, stderr: Bad file descriptor Maintainer Timeout. PR: 33314 Submitted by: marius@alchemy.franken.de
Notes
Notes: svn path=/head/; revision=56957
Diffstat (limited to 'mail/smtpd/Makefile')
-rw-r--r--mail/smtpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile
index 130f114834b8..888b68d6c2dd 100644
--- a/mail/smtpd/Makefile
+++ b/mail/smtpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= smtpd
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= ftp://ftp.obtuse.com/pub/smtpd/