Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 1996 00:13:13 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.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
Message-ID:  <199610302313.AAA01049@campa.panke.de>
In-Reply-To: <199610290655.HAA03985@uriah.heep.sax.de>
References:  <199610290312.TAA18784@freefall.freebsd.org> <199610290655.HAA03985@uriah.heep.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610302313.AAA01049>