pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sqwebmail



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 15:58:42 UTC 2022

Modified Files:
        pkgsrc/mail/sqwebmail: Makefile

Log Message:
sqwebmail: NOT_FOR_UNPRIVILEGED


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/mail/sqwebmail/Makefile

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

Modified files:

Index: pkgsrc/mail/sqwebmail/Makefile
diff -u pkgsrc/mail/sqwebmail/Makefile:1.86 pkgsrc/mail/sqwebmail/Makefile:1.87
--- pkgsrc/mail/sqwebmail/Makefile:1.86 Mon May 24 19:52:54 2021
+++ pkgsrc/mail/sqwebmail/Makefile      Sun Apr 24 15:58:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2021/05/24 19:52:54 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2022/04/24 15:58:42 tnn Exp $
 
 DISTNAME=      sqwebmail-5.5.3
 PKGREVISION=   12
@@ -20,6 +20,9 @@ USE_LIBTOOL=          yes
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sqwebmail
 PKG_SUPPORTED_OPTIONS= fam
+# checking for courierauthconfig... /opt/pkg/bin/courierauthconfig
+# Cannot obtain information for user courier: Error 0
+NOT_FOR_UNPRIVILEGED=  yes
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index