From owner-freebsd-bugs Wed Oct 23 07:19:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18638 for bugs-outgoing; Wed, 23 Oct 1996 07:19:11 -0700 (PDT) Received: from valis.worldgate.com (marcs@valis.worldgate.com [198.161.84.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA18633; Wed, 23 Oct 1996 07:19:08 -0700 (PDT) Received: from localhost (marcs@localhost) by valis.worldgate.com (8.6.12/8.6.12) with SMTP id IAA07101; Wed, 23 Oct 1996 08:18:28 -0600 Date: Wed, 23 Oct 1996 08:18:28 -0600 (MDT) From: Marc Slemko To: Joerg Wunsch cc: "Marc G. Fournier" , freebsd-bugs@freefall.freebsd.org Subject: Re: docs/1383 In-Reply-To: <199610230821.KAA24801@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Oct 1996, J Wunsch wrote: > As Marc G. Fournier wrote: > > Synopsis: ppp(8) man page suggests using shell script for login shell > > > > State-Changed-From-To: open-feedback > > State-Changed-By: scrappy > > State-Changed-When: Tue Oct 22 21:38:32 PDT 1996 > > State-Changed-Why: > > > > Confirm Status > > Still present. > > There are not much risks with `interpreted executables' other than > the one described there. This one however can easily be avoided by > suggesting > > #!/bin/sh > exec /usr/sbin/ppp -direct > > in the man page. Not true. Doing so will NOT avoid the problem. I would suggest that there are other possible risks, but don't have the time to think through them right now.