pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Update path to false(1). nologin(8) exists...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a13532a85f65
branches:  trunk
changeset: 386780:a13532a85f65
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Mon Oct 29 10:53:31 2018 +0000

description:
Update path to false(1). nologin(8) exists on Minix 3.4RC6, however, currently
status is set to 0 despite exiting with 1

diffstat:

 mk/platform/Minix.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 77238fe12f6a -r a13532a85f65 mk/platform/Minix.mk
--- a/mk/platform/Minix.mk      Mon Oct 29 10:44:29 2018 +0000
+++ b/mk/platform/Minix.mk      Mon Oct 29 10:53:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Minix.mk,v 1.6 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: Minix.mk,v 1.7 2018/10/29 10:53:31 sevan Exp $
 #
 # Variable definitions for the Minix operating system.
 
@@ -16,7 +16,7 @@
 DEFAULT_SERIAL_DEVICE?=        /dev/null
 EXPORT_SYMBOLS_LDFLAGS?=       # Don't add symbols to the dynamic symbol table
 GROUPADD?=             /usr/sbin/groupadd
-NOLOGIN?=              /bin/false
+NOLOGIN?=              /usr/bin/false
 PKG_TOOLS_BIN?=                ${LOCALBASE}/sbin
 ROOT_CMD?=             ${SU} - root -c
 ROOT_GROUP?=   operator



Home | Main Index | Thread Index | Old Index