pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opensmtpd



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 10 09:48:18 UTC 2024

Modified Files:
        pkgsrc/mail/opensmtpd: Makefile

Log Message:
opensmtpd: Use NOLOGIN.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/opensmtpd/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/opensmtpd/Makefile
diff -u pkgsrc/mail/opensmtpd/Makefile:1.26 pkgsrc/mail/opensmtpd/Makefile:1.27
--- pkgsrc/mail/opensmtpd/Makefile:1.26 Sun Jun  9 12:46:28 2024
+++ pkgsrc/mail/opensmtpd/Makefile      Mon Jun 10 09:48:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2024/06/09 12:46:28 vins Exp $
+# $NetBSD: Makefile,v 1.27 2024/06/10 09:48:18 jperkin Exp $
 
 VERSION=       7.5.0p0
 DISTNAME=      opensmtpd-${VERSION}
@@ -36,7 +36,7 @@ PKG_GECOS._smtpd=     OpenSMTPD Daemon
 PKG_GECOS._smtpq=      OpenSMTPD Queue
 .for id in _smptd _smtpq
 PKG_HOME.${id}=                ${SMTPD_HOME}
-PKG_SHELL.${id}=       /sbin/nologin
+PKG_SHELL.${id}=       ${NOLOGIN}
 .endfor
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index