diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-22 00:12:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-22 00:12:47 +0000 |
commit | 99eb1e49cd286489fcf928d9d4a74112914a921f (patch) | |
tree | 58149558534e8c5d86abc34b370c7f7fb7fc3a6b /usr.sbin/pppd/pppd.8 | |
parent | efbc327e3dc0b8a08b6eb0e47ffd6e4c284ee445 (diff) |
From NetBSD:
Be explicit about the fact that ip-up and ip-down are executed with
a null environment. Closes PR #1866 by John M Vinopal.
Diffstat (limited to 'usr.sbin/pppd/pppd.8')
-rw-r--r-- | usr.sbin/pppd/pppd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 070468d07d9..284a72abc8b 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.1 1995/10/18 08:47:59 deraadt Exp $ +.\" $Id: pppd.8,v 1.2 1996/02/22 00:12:46 niklas Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -704,6 +704,10 @@ be used to manipulate routes, run privileged daemons (e.g. \fBsendmail\fR), etc. Be careful that the contents of the /etc/ppp/ip-up and /etc/ppp/ip-down scripts do not compromise your system's security. +.IP +This program or script is executed without an environment, so you +must either specify a PATH or use full pathnames (e.g. \fI/sbin/route\fR, +as opposed to \fIroute\fR). .TP .B /etc/ppp/ip-down A program or script which is executed when the link is no longer |