svn commit: r371086 - branches/2014Q4/mail/nullmailer

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 17 23:33:09 UTC 2014


Author: bapt
Date: Fri Oct 17 23:33:08 2014
New Revision: 371086
URL: https://svnweb.freebsd.org/changeset/ports/371086
QAT: https://qat.redports.org/buildarchive/r371086/

Log:
  MFH: r371085
  
  Fix plist
  
  PR:		194205
  Pointyhat to:	bapt

Modified:
  branches/2014Q4/mail/nullmailer/Makefile
  branches/2014Q4/mail/nullmailer/pkg-plist
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/mail/nullmailer/Makefile
==============================================================================
--- branches/2014Q4/mail/nullmailer/Makefile	Fri Oct 17 23:32:06 2014	(r371085)
+++ branches/2014Q4/mail/nullmailer/Makefile	Fri Oct 17 23:33:08 2014	(r371086)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nullmailer
 PORTVERSION=	1.13
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://untroubled.org/nullmailer/ \

Modified: branches/2014Q4/mail/nullmailer/pkg-plist
==============================================================================
--- branches/2014Q4/mail/nullmailer/pkg-plist	Fri Oct 17 23:32:06 2014	(r371085)
+++ branches/2014Q4/mail/nullmailer/pkg-plist	Fri Oct 17 23:33:08 2014	(r371086)
@@ -4,7 +4,7 @@ libexec/nullmailer/qmqp
 libexec/nullmailer/sendmail
 bin/nullmailer-inject
 bin/nullmailer-smtpd
-@(%%NULLMAIL_USER%%,,2555) sbin/nullmailer-queue
+@(%%NULLMAIL_USER%%,,4555) sbin/nullmailer-queue
 sbin/nullmailer-send
 man/man1/nullmailer-inject.1.gz
 man/man1/sendmail.1.gz
@@ -16,3 +16,7 @@ man/man8/nullmailer-send.8.gz
 @dir(%%NULLMAIL_USER%%,%%NULLMAIL_USER%%,700) %%LOCALSTATEDIR%%/nullmailer/queue
 @dir(%%NULLMAIL_USER%%,%%NULLMAIL_USER%%,700) %%LOCALSTATEDIR%%/nullmailer/tmp
 @dir %%LOCALSTATEDIR%%/nullmailer
+ at exec mkfifo %%LOCALSTATEDIR%%/nullmailer/trigger
+ at exec chmod 600 %%LOCALSTATEDIR%%/nullmailer/trigger
+ at exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/trigger
+ at unexec rm -f %%LOCALSTATEDIR%%/nullmailer/trigger


More information about the svn-ports-all mailing list