pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Solaris useradd requires a full path to th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ada516be90e8
branches: trunk
changeset: 551302:ada516be90e8
user: sketch <sketch%pkgsrc.org@localhost>
date: Fri Dec 12 15:35:34 2008 +0000
description:
Solaris useradd requires a full path to the shell.
diffstat:
mk/platform/SunOS.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fb7d732dd250 -r ada516be90e8 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk Fri Dec 12 15:10:39 2008 +0000
+++ b/mk/platform/SunOS.mk Fri Dec 12 15:35:34 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.34 2008/03/04 06:45:34 jlam Exp $
+# $NetBSD: SunOS.mk,v 1.35 2008/12/12 15:35:34 sketch Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -17,7 +17,7 @@
EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table
GROUPADD?= /usr/sbin/groupadd
MOTIF_TYPE_DEFAULT?= dt # default 2.0 compatible libs type
-NOLOGIN?= ${FALSE}
+NOLOGIN?= /usr/bin/false
ROOT_CMD?= ${SU} - root -c
ROOT_GROUP?= root
ROOT_USER?= root
Home |
Main Index |
Thread Index |
Old Index