From owner-freebsd-current Wed Oct 30 16:29:52 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA12522 for current-outgoing; Wed, 30 Oct 1996 16:29:52 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA12516 for ; Wed, 30 Oct 1996 16:29:47 -0800 (PST) Received: from campa.panke.de (anonymous222.ppp.cs.tu-berlin.de [130.149.17.222]) by mail.cs.tu-berlin.de (8.6.13/8.6.12) with ESMTP id BAA29968; Thu, 31 Oct 1996 01:24:45 +0100 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id AAA01049; Thu, 31 Oct 1996 00:13:13 +0100 Date: Thu, 31 Oct 1996 00:13:13 +0100 From: Wolfram Schneider Message-Id: <199610302313.AAA01049@campa.panke.de> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: freebsd-current@freebsd.org (FreeBSD-current users) Subject: Re: cvs commit: src/bin/sh main.c options.c options.h sh.1 In-Reply-To: <199610290655.HAA03985@uriah.heep.sax.de> References: <199610290312.TAA18784@freefall.freebsd.org> <199610290655.HAA03985@uriah.heep.sax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J. Wunsch writes: >The most important part now though is (sorry for shouting :): > > IT IS HIGHLY RECOMMENDED THAT YOU START YOUR SHELL SCRIPTS > WITH > > #!/bin/sh -p > > NOW! > >This is in particular true for things that can be invoked by random >users like login shell scripts, but might also come handy for things >like /dev/MAKEDEV. > >For the reasoning why this is useful, refer to PR docs/1383. (This PR >can now be closed after updating the ppp man page.) I think the ppp man page should be changed to #!/bin/sh -p exec /usr/sbin/ppp -direct ^^^^ Wolfram