pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail use ${NOLOGIN}, not hardcoded /sbin/nologin. fixe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97e91c3965cc
branches:  trunk
changeset: 496743:97e91c3965cc
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jul 12 04:07:41 2005 +0000

description:
use ${NOLOGIN}, not hardcoded /sbin/nologin. fixes install on Solaris
and others.

diffstat:

 mail/exim/Makefile  |  4 ++--
 mail/exim3/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 041a01015cf5 -r 97e91c3965cc mail/exim/Makefile
--- a/mail/exim/Makefile        Mon Jul 11 17:29:16 2005 +0000
+++ b/mail/exim/Makefile        Tue Jul 12 04:07:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2005/05/17 17:06:11 abs Exp $
+# $NetBSD: Makefile,v 1.58 2005/07/12 04:07:41 grant Exp $
 
 DISTNAME=      exim-4.51
 CATEGORIES=    mail net
@@ -23,7 +23,7 @@
 BUILD_DEFS=    EXIM_USER EXIM_GROUP EXIM_DB EXIM_USE_LOOKUP_WHOSON
 
 PKG_GROUPS=    ${EXIM_GROUP}
-PKG_USERS=     ${EXIM_USER}:${EXIM_GROUP}::Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
+PKG_USERS=     ${EXIM_USER}:${EXIM_GROUP}::Exim\\ mail\\ server\\ user:/var/mail:${NOLOGIN}
 
 PKG_SYSCONFSUBDIR?=    exim
 EXAMPLESDIR=           ${PREFIX}/share/examples/exim
diff -r 041a01015cf5 -r 97e91c3965cc mail/exim3/Makefile
--- a/mail/exim3/Makefile       Mon Jul 11 17:29:16 2005 +0000
+++ b/mail/exim3/Makefile       Tue Jul 12 04:07:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/05/15 04:26:24 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/07/12 04:07:41 grant Exp $
 
 DISTNAME=      exim-3.36
 PKGREVISION=   4
@@ -30,7 +30,7 @@
 OWN_DIRS_PERMS=                /var/log/exim ${EXIM_USER} ${EXIM_GROUP} 0750
 OWN_DIRS_PERMS+=       /var/spool/exim ${EXIM_USER} ${EXIM_GROUP} 0750
 
-PKG_USERS=             ${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin
+PKG_USERS=             ${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:${NOLOGIN}
 PKG_GROUPS=            ${EXIM_GROUP}
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index