pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52f5c5b95597
branches:  trunk
changeset: 496744:52f5c5b95597
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jul 12 04:15:50 2005 +0000

description:
use ${NOLOGIN}, not hardcoded /sbin/nologin.

diffstat:

 chat/ircd-hybrid/Makefile |  4 ++--
 net/openntpd/Makefile     |  4 ++--
 security/pflkm/Makefile   |  4 ++--
 sysutils/dbus/Makefile    |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r 97e91c3965cc -r 52f5c5b95597 chat/ircd-hybrid/Makefile
--- a/chat/ircd-hybrid/Makefile Tue Jul 12 04:07:41 2005 +0000
+++ b/chat/ircd-hybrid/Makefile Tue Jul 12 04:15:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:04 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/07/12 04:15:50 grant Exp $
 #
 
 DISTNAME=      ircd-hybrid-6.2
@@ -107,7 +107,7 @@
 
 RCD_SCRIPTS=           ircd-hybrid
 
-PKG_USERS=             ${IRCD_HYBRID_IRC_USER}:${IRCD_HYBRID_IRC_GROUP}::IRC\\ User::/sbin/nologin
+PKG_USERS=             ${IRCD_HYBRID_IRC_USER}:${IRCD_HYBRID_IRC_GROUP}::IRC\\ User::${NOLOGIN}
 PKG_GROUPS=            ${IRCD_HYBRID_IRC_GROUP}
 
 SUPPORT_FILES=         ${PREFIX}/share/examples/ircd-hybrid/opers.txt \
diff -r 97e91c3965cc -r 52f5c5b95597 net/openntpd/Makefile
--- a/net/openntpd/Makefile     Tue Jul 12 04:07:41 2005 +0000
+++ b/net/openntpd/Makefile     Tue Jul 12 04:15:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/28 17:13:25 peter Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/12 04:15:50 grant Exp $
 
 DISTNAME=              openntpd-3.7p1
 CATEGORIES=            net
@@ -23,7 +23,7 @@
 CONF_FILES=            ${EGDIR}/ntpd.conf ${PKG_SYSCONFDIR}/ntpd.conf
 
 RCD_SCRIPTS=           openntpd
-PKG_USERS=             _ntp:_ntp::ntpd\\ pseudo-user:${VARBASE}/chroot/ntpd:/sbin/nologin
+PKG_USERS=             _ntp:_ntp::ntpd\\ pseudo-user:${VARBASE}/chroot/ntpd:${NOLOGIN}
 PKG_GROUPS=            _ntp
 
 OWN_DIRS=              ${VARBASE}/chroot/ntpd
diff -r 97e91c3965cc -r 52f5c5b95597 security/pflkm/Makefile
--- a/security/pflkm/Makefile   Tue Jul 12 04:07:41 2005 +0000
+++ b/security/pflkm/Makefile   Tue Jul 12 04:15:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/06/01 18:18:09 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/07/12 04:15:50 grant Exp $
 
 DISTNAME=              pflkm-20050511
 CATEGORIES=            security
@@ -13,7 +13,7 @@
 USE_PKGINSTALL=                yes
 NO_CONFIGURE=          yes
 
-PKG_USERS=             _pflogd:nogroup::pflogd\\ pseudo-user:${VARBASE}/chroot/pflogd:/sbin/nologin
+PKG_USERS=             _pflogd:nogroup::pflogd\\ pseudo-user:${VARBASE}/chroot/pflogd:${NOLOGIN}
 
 RCD_SCRIPTS=           pf pflogd
 PKG_SYSCONFSUBDIR=     pf
diff -r 97e91c3965cc -r 52f5c5b95597 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Tue Jul 12 04:07:41 2005 +0000
+++ b/sysutils/dbus/Makefile    Tue Jul 12 04:15:50 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2005/03/22 10:55:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2005/07/12 04:15:50 grant Exp $
 #
 
 .include "Makefile.common"
 
-PKG_USERS=     messagebus:messagebus::System\\ message\\ bus:${VARBASE}/run/dbus:/sbin/nologin
+PKG_USERS=     messagebus:messagebus::System\\ message\\ bus:${VARBASE}/run/dbus:${NOLOGIN}
 PKG_GROUPS=    messagebus
 
 MAKE_DIRS=     ${PKG_SYSCONFDIR}/event.d



Home | Main Index | Thread Index | Old Index