pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/dovecot2



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon Aug 30 09:33:48 UTC 2021

Modified Files:
        pkgsrc/mail/dovecot2: Makefile
        pkgsrc/mail/dovecot2/files: dovecot.sh

Log Message:
dovecot2: let the RC script work unprivileged

This takes advantage of the introduction of the SYSCONFBASE variable.
Tested on NetBSD/amd64.

ok adam@

Bumps PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/mail/dovecot2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/dovecot2/files/dovecot.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/dovecot2/Makefile
diff -u pkgsrc/mail/dovecot2/Makefile:1.106 pkgsrc/mail/dovecot2/Makefile:1.107
--- pkgsrc/mail/dovecot2/Makefile:1.106 Mon Jan  4 14:57:18 2021
+++ pkgsrc/mail/dovecot2/Makefile       Mon Aug 30 09:33:48 2021
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.106 2021/01/04 14:57:18 taca Exp $
+# $NetBSD: Makefile,v 1.107 2021/08/30 09:33:48 khorben Exp $
 
 .include "../../mail/dovecot2/Makefile.common"
 
+PKGREVISION=           1
+
 RCD_SCRIPTS=           dovecot
 SMF_NAME=              dovecot
 

Index: pkgsrc/mail/dovecot2/files/dovecot.sh
diff -u pkgsrc/mail/dovecot2/files/dovecot.sh:1.3 pkgsrc/mail/dovecot2/files/dovecot.sh:1.4
--- pkgsrc/mail/dovecot2/files/dovecot.sh:1.3   Tue Dec  7 11:43:44 2010
+++ pkgsrc/mail/dovecot2/files/dovecot.sh       Mon Aug 30 09:33:48 2021
@@ -1,12 +1,12 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: dovecot.sh,v 1.3 2010/12/07 11:43:44 adam Exp $
+# $NetBSD: dovecot.sh,v 1.4 2021/08/30 09:33:48 khorben Exp $
 #
 
 # PROVIDE: dovecot
 # REQUIRE: DAEMON LOGIN ntpdate
 
-. /etc/rc.subr
+. @SYSCONFBASE@/rc.subr
 
 name="dovecot"
 rcvar=$name



Home | Main Index | Thread Index | Old Index