svn commit: r356419 - in head/mail/opensmtpd-devel: . files
Ashish SHUKLA
ashish at FreeBSD.org
Wed Jun 4 00:32:32 UTC 2014
Author: ashish
Date: Wed Jun 4 00:32:31 2014
New Revision: 356419
URL: http://svnweb.freebsd.org/changeset/ports/356419
QAT: https://qat.redports.org/buildarchive/r356419/
Log:
- Make rc.d script sends signals only to the parent daemon process to
fix a race condition.
Submitted by: naddy (via private email)
Modified:
head/mail/opensmtpd-devel/Makefile
head/mail/opensmtpd-devel/files/smtpd.in
Modified: head/mail/opensmtpd-devel/Makefile
==============================================================================
--- head/mail/opensmtpd-devel/Makefile Wed Jun 4 00:30:49 2014 (r356418)
+++ head/mail/opensmtpd-devel/Makefile Wed Jun 4 00:32:31 2014 (r356419)
@@ -3,6 +3,7 @@
PORTNAME= opensmtpd
PORTVERSION= 201405202105
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= http://www.opensmtpd.org/archives/ \
Modified: head/mail/opensmtpd-devel/files/smtpd.in
==============================================================================
--- head/mail/opensmtpd-devel/files/smtpd.in Wed Jun 4 00:30:49 2014 (r356418)
+++ head/mail/opensmtpd-devel/files/smtpd.in Wed Jun 4 00:32:31 2014 (r356419)
@@ -18,6 +18,11 @@
. /etc/rc.subr
+check_process()
+{
+ /bin/pgrep -f 'smtpd: \[priv\]'
+}
+
name="smtpd"
rcvar=smtpd_enable
More information about the svn-ports-all
mailing list