diff options
author | sketch <sketch> | 2008-12-12 15:35:34 +0000 |
---|---|---|
committer | sketch <sketch> | 2008-12-12 15:35:34 +0000 |
commit | 6dd39798356e878871cc082e2895162d5d2936a0 (patch) | |
tree | b1e56a41c02699a131ed50af5c85a5ee68255cf9 | |
parent | 37f3876b840f9e9e8ad1935e2907f2537645516a (diff) | |
download | pkgsrc-6dd39798356e878871cc082e2895162d5d2936a0.tar.gz |
Solaris useradd requires a full path to the shell.
-rw-r--r-- | mk/platform/SunOS.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index 7a94c6164a1..ba928f1262e 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -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 @@ DEFAULT_SERIAL_DEVICE?= /dev/null 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 |