pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39902: openssh package can't create sshd userid - missing full path name for shell
The following reply was made to PR pkg/39902; it has been noted by GNATS.
From: OBATA Akio <obache%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: ahoka%NetBSD.org@localhost,
adrianp%NetBSD.org@localhost
Subject: Re: pkg/39902: openssh package can't create sshd userid - missing full
path name for shell
Date: Thu, 13 Nov 2008 06:24:27 +0900
This problem is appeard after ${TOOLS_PLATFORM.false} is replaced
with shell builtin.
in mk/tools/tools.SunOS.mk rev1.29.
For OpenSolaris, replaced with GNU false in rev1.30 to avoid this issue.
How about replace following line in mk/platform/SunOS.mk?
(and tools.SunOS.mk back to rev1.29)?
< NOLOGIN?= ${FALSE}
> NOLOGIN?= /usr/bin/false
--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index