pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/qmail-run



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Dec 12 01:08:30 UTC 2018

Modified Files:
        pkgsrc/mail/qmail-run: Makefile
        pkgsrc/mail/qmail-run/files: qmailsend.sh

Log Message:
Make sure ${VARBASE}/run exists before creating the qmail-send pidfile.
On a freshly bootstrapped Debian 9, somehow it didn't. Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/qmail-run/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/qmail-run/files/qmailsend.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/qmail-run/Makefile
diff -u pkgsrc/mail/qmail-run/Makefile:1.63 pkgsrc/mail/qmail-run/Makefile:1.64
--- pkgsrc/mail/qmail-run/Makefile:1.63 Tue Dec 11 17:49:40 2018
+++ pkgsrc/mail/qmail-run/Makefile      Wed Dec 12 01:08:30 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2018/12/11 17:49:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.64 2018/12/12 01:08:30 schmonz Exp $
 #
 
-DISTNAME=              qmail-run-20181211
+DISTNAME=              qmail-run-20181211.1
 CATEGORIES=            mail
 MASTER_SITES=          # empty
 DISTFILES=             # empty

Index: pkgsrc/mail/qmail-run/files/qmailsend.sh
diff -u pkgsrc/mail/qmail-run/files/qmailsend.sh:1.14 pkgsrc/mail/qmail-run/files/qmailsend.sh:1.15
--- pkgsrc/mail/qmail-run/files/qmailsend.sh:1.14       Tue Dec  4 17:00:59 2018
+++ pkgsrc/mail/qmail-run/files/qmailsend.sh    Wed Dec 12 01:08:30 2018
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: qmailsend.sh,v 1.14 2018/12/04 17:00:59 schmonz Exp $
+# $NetBSD: qmailsend.sh,v 1.15 2018/12/12 01:08:30 schmonz Exp $
 #
 # @PKGNAME@ script to control qmail-send (local and outgoing mail).
 #
@@ -45,6 +45,7 @@ qmailsend_prestart()
        if [ -f /etc/rc.subr ] && ! checkyesno qmailsend_log; then
                qmailsend_logcmd=${qmailsend_nologcmd}
        fi
+       @MKDIR@ "@VARBASE@/run"
        # qmail-start(8) starts the various qmail processes, then execs
        # qmail-send(8). That's the process we want to signal later.
        command="@PREFIX@/bin/pgrphack @SETENV@ - PATH=@PREFIX@/bin:$PATH ${qmailsend_postenv}



Home | Main Index | Thread Index | Old Index