From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 18 15:30:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA6291065670 for ; Thu, 18 Feb 2010 15:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80B3F8FC16 for ; Thu, 18 Feb 2010 15:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1IFU3KN051145 for ; Thu, 18 Feb 2010 15:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1IFU30h051142; Thu, 18 Feb 2010 15:30:03 GMT (envelope-from gnats) Date: Thu, 18 Feb 2010 15:30:03 GMT Message-Id: <201002181530.o1IFU30h051142@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rob Farmer Cc: Subject: Re: ports/144059: shells/scponly: setup_chroot.sh patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Farmer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 15:30:03 -0000 The following reply was made to PR ports/144059; it has been noted by GNATS. From: Rob Farmer To: bug-followup@freebsd.org Cc: Subject: Re: ports/144059: shells/scponly: setup_chroot.sh patch Date: Thu, 18 Feb 2010 07:29:03 -0800 Hi, I do not think you can just touch /dev/null like that and it will work. You need to actually mount a devfs. The rc.d script included with the port will do this for all users who have scponlyc set as their login shell - have you looked at using that? -- Rob Farmer