pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   sevan
Date:           Mon Oct 29 10:53:32 UTC 2018

Modified Files:
        pkgsrc/mk/platform: Minix.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mk/platform/Minix.mk

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

Modified files:

Index: pkgsrc/mk/platform/Minix.mk
diff -u pkgsrc/mk/platform/Minix.mk:1.6 pkgsrc/mk/platform/Minix.mk:1.7
--- pkgsrc/mk/platform/Minix.mk:1.6     Thu Mar 10 16:58:19 2016
+++ pkgsrc/mk/platform/Minix.mk Mon Oct 29 10:53:31 2018
@@ -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 @@ DEF_UMASK?=           022
 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